Fix implicit-return in niko_home_control (#122904)
parent
dbdb148e12
commit
47c96c52b1
|
@ -120,3 +120,4 @@ class NikoHomeControlData:
|
|||
if state["id"] == aid:
|
||||
return state["value1"]
|
||||
_LOGGER.error("Failed to retrieve state off unknown light")
|
||||
return None
|
||||
|
|
Loading…
Reference in New Issue