mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 18:12:37 +02:00
Fix implicit-return in niko_home_control (#122904)
This commit is contained in:
@@ -120,3 +120,4 @@ class NikoHomeControlData:
|
||||
if state["id"] == aid:
|
||||
return state["value1"]
|
||||
_LOGGER.error("Failed to retrieve state off unknown light")
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user