Hi guys,
Sorry if this is a very basic question but I have looked all over the place and just can’t figure out how to do this
I have the climate card in the dashboard but I would like to add nice big buttons to allow to set the mode, boost to a certain temperature and also turn it off to make it friendly to the other half.
I just don’t know how to interrogate the climate states to set something. I’ve been messing about but just don’t know how to go about this:
type: custom:banner-card
heading: Set Heating
entities:
- platform: state
entity: climate.livingroom
service: climate.hvac_action
data: auto
name: Auto
- entity: climate.livingroom
name: Boost
- entity: climate.livingroom
name: Power
Any ideas how this can be done?
Cheers,
Mac