lovelace-thermostat-dark-card icon indicating copy to clipboard operation
lovelace-thermostat-dark-card copied to clipboard

Toggle state

Open kimme1024 opened this issue 3 years ago • 3 comments

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

kimme1024 avatar Dec 10 '20 23:12 kimme1024

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.

fribse avatar Feb 21 '21 01:02 fribse

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.

carvan avatar Mar 14 '21 21:03 carvan

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

iSteeb avatar Jun 12 '21 02:06 iSteeb