Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preset Modes #1186

Closed
sheaur opened this issue Oct 19, 2023 · 1 comment
Closed

Preset Modes #1186

sheaur opened this issue Oct 19, 2023 · 1 comment
Labels
Enhancement For suggestions that add new features or improve existing functionalities. Question For user inquiries about system features and usage guidance.

Comments

@sheaur
Copy link

sheaur commented Oct 19, 2023

Is it possible to add options to select preset modes on the thermostat screen?
Screenshot_20231019_154116_Home Assistant

@edwardtfn
Copy link
Collaborator

Are you talking about the embedded climate set with the add-on?

If that is the case, you can have in your ESPHome yaml a customization like this:

##### My customization - Start #####
climate:
  - id: !extend thermostat_embedded
    preset:
      - name: Away
        default_target_temperature_low: 18 ${temp_units}
        mode: "heat"
      - name: Sleep
        default_target_temperature_low: 22 ${temp_units}
        mode: "heat"
##### My customization - End #####

@edwardtfn edwardtfn added Enhancement For suggestions that add new features or improve existing functionalities. Question For user inquiries about system features and usage guidance. labels Oct 19, 2023
@sheaur sheaur closed this as completed Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For suggestions that add new features or improve existing functionalities. Question For user inquiries about system features and usage guidance.
Projects
None yet
Development

No branches or pull requests

2 participants