I’m trying to write a trigger that checks for whether a light is below a certain brightness at a certain time of night (and bump it up). However I cannot seem to access any brightness or color attributes from my Hue lights. The only attributes HASS is reporting back are the following:
{'friendly_name': 'Couch Lamp', 'supported_features': 127}
Is there some other way of checking a light’s brightness? The brightness slider on the GUI seems to know what the current brightness is set to.