Fix implicit-return in niko_home_control (#122904)

pull/122916/head
epenet 2024-07-31 12:39:01 +02:00 committed by GitHub
parent dbdb148e12
commit 47c96c52b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -120,3 +120,4 @@ class NikoHomeControlData:
if state["id"] == aid:
return state["value1"]
_LOGGER.error("Failed to retrieve state off unknown light")
return None