mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Hue: Guard for when there is no brightness (#35151)
This commit is contained in:
@@ -259,6 +259,9 @@ class HueLight(LightEntity):
|
||||
else:
|
||||
bri = self.light.state.get("bri")
|
||||
|
||||
if bri is None:
|
||||
return bri
|
||||
|
||||
return hue_brightness_to_hass(bri)
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user