#how do I set the brightness to be the
1 messages · Page 1 of 1 (latest)
You need #templates-archived for that
- service: light.turn_on
target:
entity_id: light.petunia
data:
brightness: "{{ state_attr('light.whale','brightness') }}"
I need to go study templates😅
The docs you need are linked from the topic of that channel