We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f9a11 commit 92010e1Copy full SHA for 92010e1
1 file changed
homeassistant/components/feedreader/__init__.py
@@ -45,7 +45,7 @@ async def async_unload_entry(hass: HomeAssistant, entry: FeedReaderConfigEntry)
45
# if this is the last entry, remove the storage
46
if len(entries) == 1:
47
hass.data.pop(MY_KEY)
48
- return await hass.config_entries.async_unload_platforms(entry, Platform.EVENT)
+ return await hass.config_entries.async_unload_platforms(entry, [Platform.EVENT])
49
50
51
async def _async_update_listener(
0 commit comments