@lkeays wrote:
Hi,
I’ve tried many things so far and I can’t get to do this:Input select
-Home
-Away
-Reset# in configuration.yaml input_select: thermostat_mode: name: Thermostat Mode options: - "away" - "home" - "Reset" icon: mdi:target
and then in
# in automation.yaml - alias: set the heat trigger: - platform: state entity_id: input_select.thermostat_mode action: - service: switch.turn_on entity_id: climate.home preset_mode: "{{ trigger.to_state.state }}"
in the official doc, there is even this specific case used as an example. But I can’t find anywhere in that doc where to link my entidy_ID.
The platform I’m using for heat is Honnywell EvoHome. Thersmostats etc work fine in my dashboards.
Thanks
Posts: 5
Participants: 2