We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c6465 commit 9877fbfCopy full SHA for 9877fbf
custom_components/juwel_helialux/__init__.py
@@ -36,4 +36,4 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
36
async def async_unload_entry(hass, entry):
37
"""Handle removal of an entry."""
38
unload_ok = await hass.config_entries.async_unload_platforms(entry, ["sensor", "light", "select", "binary_sensor","number","switch"])
39
- return unload_ok
+ return unload_ok
0 commit comments