Skip to content

Commit 9877fbf

Browse files
authored
Update __init__.py
Attempted fix at the lighting issues
1 parent 57c6465 commit 9877fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/juwel_helialux/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
3636
async def async_unload_entry(hass, entry):
3737
"""Handle removal of an entry."""
3838
unload_ok = await hass.config_entries.async_unload_platforms(entry, ["sensor", "light", "select", "binary_sensor","number","switch"])
39-
return unload_ok
39+
return unload_ok

0 commit comments

Comments
 (0)