From 2a058e01887d98d737652c03f15d2a9e5ff8d2f9 Mon Sep 17 00:00:00 2001 From: gluap Date: Mon, 9 Oct 2023 07:00:42 +0200 Subject: [PATCH] Fix step 2 --- custom_components/duofern/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/duofern/__init__.py b/custom_components/duofern/__init__.py index 44b4cb8..42c5f97 100644 --- a/custom_components/duofern/__init__.py +++ b/custom_components/duofern/__init__.py @@ -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)