8000 Fix unload · home-assistant/core@697e0cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 697e0cf

Browse files
committed
Fix unload
1 parent 8343b7d commit 697e0cf

File tree

1 file changed

+1
- file changed
+1
-0
lines changed

homeassistant/components/buienradar/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ async def async_unload_entry(hass: HomeAssistant, entry: ConfigEntry):
5757
*[
5858
hass.config_entries.async_forward_entry_unload(entry, component)
5959
for component in PLATFORMS
60+
if entry.data[component]
6061
]
6162
)
6263
)

0 commit comments

Comments
 (0)
0