Aline Freitas
Aline Freitas
I stumbled upon this issue about state brackets, but as I did manage to find a solution, I'm sharing it here. Version 3 seems to be the way... ``` -...
Just one more thing. If instead of hvac mode you want hvac action... ``` - id: state template: '{{hvac_action}}' label: '{{ui.operation}}' ```
> Using version 3 messes up the rest of my setup for example the sensor I have for my air purifier just states On/Off instead of air quality number. Looks...
I don't think there is a way to map output values. A template sensor seems to be the way to go.
I had this same issue but I end up adding my remote host key as a variable ${HOST_KEY}. In before step I've added a command to output the key to...
This is quite an old topic as I decided to give a try to Terraform Cloud. So I had this issue about how to authenticate terraform docker provider over ssh....