Skip to content

Commit

Permalink
Fix unload
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBie1221 committed Oct 12, 2020
1 parent 8343b7d commit 697e0cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/buienradar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ async def async_unload_entry(hass: HomeAssistant, entry: ConfigEntry):
*[
hass.config_entries.async_forward_entry_unload(entry, component)
for component in PLATFORMS
if entry.data[component]
]
)
)
Expand Down

0 comments on commit 697e0cf

Please sign in to comment.