Hi!
I am trying to make an automation which triggers if any of the attributes of an entity, changes. But I want to make it small, there is any way to do this without adding 10 triggers with the same entity but different attribute?
Something like this would be great but it is not working
platform: state
entity_id:
- sensor.rooms_occupancy_momentary
attribute:
- Kitchen
- Living
- Bedroom
- Balcony
Thanks