No brightness or color attributes in Hue light components?

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.

Are the lights on when you check them? They only report brightness when they are on.

Ah! That would be it. I was testing the “if off or < brightness threshold” rule with the lights off. Thanks!