covrig
(Covrig)
1
I know it seems weird but I am trying to template a scene. Does it work?
- name: OnLiving
entities:
light.living:
state: on
rgb_color: [255, 214, 170]
brightness: '{{ states.light.living.attributes.brightness - 1 }}'
1 Like
Did you ever get it to work? I was wondering about this as well…
covrig
(Covrig)
3
Not really. Looking through the code, I see that scenes do not accept templates.
1 Like
hcooper
(hcooper)
4
I’m looking to do this (i.e. add a little bit of logic to a scene). Guess I need to make an automation instead?