Skip to content

Commit

Permalink
Fix step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gluap committed Oct 9, 2023
1 parent 011063c commit 2a058e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/duofern/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def start_unpairing(call: ServiceCall) -> None:

def sync_devices(call: ServiceCall) -> None:
stick.sync_devices()
hass.async_create_task(hass.config_entries.async_forward_entry_setup(entry, DUOFERN_COMPONENTS))
hass.async_create_task(hass.config_entries.async_forward_entry_setup(entry, DOMAIN))

def dump_device_state(call: ServiceCall) -> None:
_LOGGER.warning(getDuofernStick(hass).duofern_parser.modules)
Expand Down

0 comments on commit 2a058e0

Please sign in to comment.