Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95397

Very basic input select with thermostat states

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 95397

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>