Skip to content

Commit 4d23c03

Browse files
authored
Use async_forward_entry_setups (#99)
1 parent 0e5f03d commit 4d23c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/onewire_sysbus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
1616

1717
hass.data[DOMAIN][entry.entry_id] = onewirehub
1818

19-
hass.config_entries.async_setup_platforms(entry, PLATFORMS)
19+
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
2020

2121
return True
2222

0 commit comments

Comments
 (0)