mirror of
https://github.com/sudoxnym/sleepd.git
synced 2026-04-14 03:26:53 +00:00
Add files via upload
This commit is contained in:
parent
dd1cc5ed5e
commit
1b2611b790
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry):
|
|||
for platform in ["sensor", "button"]:
|
||||
_logger.info(f"Forwarding setup to {platform} platform")
|
||||
hass.async_create_task(
|
||||
hass.config_entries.async_forward_entry_setup(entry, platform)
|
||||
await hass.config_entries.async_forward_entry_setup(entry, platform)
|
||||
)
|
||||
|
||||
_logger.info(f"hass.data[DOMAIN] before async_setup_services: {hass.data[DOMAIN]}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue