Skip to content

Commit

Permalink
rolback platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jontofront committed Nov 15, 2024
1 parent 3a23cc7 commit eb7d9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/econet300/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .const import DOMAIN, SERVICE_API, SERVICE_COORDINATOR
from .mem_cache import MemCache

PLATFORMS: list[Platform] = [Platform.SENSOR]
PLATFORMS: list[Platform] = [Platform.SENSOR, Platform.BINARY_SENSOR, Platform.NUMBER]


async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
Expand Down

0 comments on commit eb7d9c0

Please sign in to comment.