Skip to content

Commit

Permalink
Make geniushub platforms a list (home-assistant#126320)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Sep 20, 2024
1 parent 992b810 commit 8254a64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions homeassistant/components/geniushub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@
}
)

PLATFORMS = (
PLATFORMS = [
Platform.BINARY_SENSOR,
Platform.CLIMATE,
Platform.WATER_HEATER,
Platform.SENSOR,
Platform.BINARY_SENSOR,
Platform.SWITCH,
)
Platform.WATER_HEATER,
]


async def _async_import(hass: HomeAssistant, base_config: ConfigType) -> None:
Expand Down

0 comments on commit 8254a64

Please sign in to comment.