mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix islamic_prayer_times setup (#90122)
This commit is contained in:
parent
cc4ff55347
commit
94e247dc69
@ -23,7 +23,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b
|
|||||||
config_entry.async_on_unload(
|
config_entry.async_on_unload(
|
||||||
config_entry.add_update_listener(async_options_updated)
|
config_entry.add_update_listener(async_options_updated)
|
||||||
)
|
)
|
||||||
hass.config_entries.async_setup_platforms(config_entry, PLATFORMS)
|
await hass.config_entries.async_forward_entry_setups(config_entry, PLATFORMS)
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user