Hi All
As the header suggests, I’m trying to set an input select/list to the specific value of a String helper.
I have Netatmo thermostatats, and to set the used schedule in HA in an automation action, one choses the “my_home” device and the selects from the list of options.
So, I thought that I would just retrieve the state of a string helper, to whatever should go as the selcected option - when the automation ran, but this doesn’t work. See below
Thanks for answering…
So i did the change below to the best of my ability.
(normally I don’t use device IDs for automations - I just made a change to the autogenerated one)
options:
- Standard
- Ferie Hjemme
- 20Grader
- Sluk alt
- Arbejder hjemme
attribution: Data provided by Netatmo
friendly_name: Mit hjem
The value of my helper is “Standard” - no quotes.
Current state of select.mit_hjem is “20Grader” - no quotes.
I have tried other states with copy paste from the above list - no luck
The “last changed” on state of mit_hjem says this morning - and I just ran it now. So it doesn’t change the state back to the previous one.