Hi!
I started today my first blueprint, but currently im facing with the following problem: i can’t use the input entity in the light.turn_on action if its mapped. But i can use it if its assigned directly. I think its some kind of converting problem, but i cant figure it out.
Thanks in advance!
The action is working if i use it like this:
action:
- service: light.turn_on
target: !input target_light
data:
color_temp_kelvin: "{{ states('sensor.beallitott_szinhomerseklet') }}"
brightness_pct: "{{ states('sensor.beallitott_fenyero') }}"
This is the way, how i want to use:
action:
- service: light.turn_on
target: !input target_light
data:
color_temp_kelvin: !input color_temp
brightness_pct: !input brightness