Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
elcajon authored Jun 26, 2024
1 parent b692498 commit 48c0817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/dwd_weather/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry):
DWDWEATHER_COORDINATOR: dwdweather_coordinator,
}

await hass.config_entries.async_forward_entry_setups(entry, "camera")
await hass.config_entries.async_forward_entry_setups(entry, ["camera"])

return True

Expand Down

0 comments on commit 48c0817

Please sign in to comment.