Hi… I want to change the color of a light when air quality is getting bad. So I created an automation based on my Netatmo CO2 measurement that when it goes above 1000 and below 1500 that the color of the light changes. The automation itself runs nicely but it’s never triggered. I see the values of the sensor changing so the communication itself works. Anything else I can check? This is what I see as yaml in the trigger:
type: carbon_dioxide
device_id: 217d9b2c0631e6a96b39921d9ef8d3d2
entity_id: 414a37012820fc4301b75240fb28a686
domain: sensor
trigger: device
above: 1000
below: 1500
…but (since I’m quite a beginner with HA) it was created from the UI…
Anything I can check?
Thanks…
Thomas