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

Toggle state #269

Open
kimme1024 opened this issue Dec 10, 2020 · 3 comments
Open

Toggle state #269

kimme1024 opened this issue Dec 10, 2020 · 3 comments

Comments

@kimme1024
Copy link

Is your feature request related to a problem? Please describe.
As I'm using my thermostats manually from time to time, I toggle between heat and off. Somehow I can't find out how to get this option in this card.

Describe the solution you'd like
I'd like to be able to toggle between heat and off via this card.
It might also just be me who's overlooking something stupid... If so, feel free to make fun of it while giving me the solution ;)

Describe alternatives you've considered
/

Additional context
yaml:

type: 'custom:thermostat-dark-card'
entity: climate.lyric_c4dc2a
name: Woonkamer
step: '0.5'
chevron_size: '50'
hvac:
  states:
    'Off': 'off'
    Heating: heat
ambient_temperature: sensor.woonkamer_temperatuur
pending: '3'
idle_zone: '2'
highlight_tap: false
@fribse
Copy link

fribse commented Feb 21, 2021

I'm trying to figure this out as well. I love the card's layout, very simple and square, perfect for a cellphone interface.
Our thermostats are shown like this in the developmenttools:
image
So I tried to make this config:

type: 'custom:thermostat-dark-card'
step: '0.5'
chevron_size: '50'
pending: '3'
idle_zone: '2'
entity: climate.thermostat_kitchen
hvac:
  states:
    'off': 'off'
    auto: auto
    heat: heat
  attribute: state

In the hopes it would show the state, but no, no state showing.

@carvan
Copy link

carvan commented Mar 14, 2021

Same here. I really like this card but I don't see any way to toggle the climate on and off as well as switch from schedule to manual. This is the main reason why I'm not currently using it.

@iSteeb
Copy link

iSteeb commented Jun 12, 2021

Adding to this thread, card is somewhat useless without this ability :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants