Skip to content

Commit

Permalink
Added all scene depended changes from #350
Browse files Browse the repository at this point in the history
  • Loading branch information
JoDehli committed Dec 8, 2024
1 parent 5c66665 commit 688c625
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions custom_components/loxone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,11 +418,6 @@ async def loxone_discovered(event):
hass.config_entries.async_update_entry(config_entry, data={})
return False

_LOGGER.debug("starting loxone {}...".format("scene"))
hass.async_create_task(
hass.config_entries.async_forward_entry_setups(config_entry, ["scene"])
)

async def start_event(event):
token = miniserver.api.token_as_dict
hass.config_entries.async_update_entry(
Expand Down
1 change: 1 addition & 0 deletions custom_components/loxone/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
Platform.MEDIA_PLAYER,
Platform.NUMBER,
Platform.BUTTON,
Platform.SCENE,
]

LOXONE_DEFAULT_PORT = 8080
Expand Down

0 comments on commit 688c625

Please sign in to comment.