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

Coloring issue

Open FaBRiK74 opened this issue 4 years ago • 0 comments

Not sure if it is issue or feature. I have a thermostat with a relay which has two outputs. One is for heating (when the set temperature is higher than the room temp) and one is for not heating (the set temp is lower than room's temp). I use it for cooling as well when the set temp is lower than room temp. But I have some issues whith coloring. My thermostat has 3 hvac_action: off, idle, heat I’d like to have the following coloring:

Dark when hvac_action is “off” Blue when hvac_action is “idle” Orange when hvac_action is “heat” But I have dark when the hvac_action is “off” or either “idle” and orange when it is “heat” My code is: type: 'custom:thermostat-dark-card' title: Bedroom entity: climate.nappali_thermostat chevron_size: '100' step: '0.5' pending: '2' idle_zone: '2' highlight_tap: true hvac: states: 'Off': 'off' Cooling: idle Heating: heat attribute: hvac_action name: Nappali

FaBRiK74 avatar Feb 19 '21 14:02 FaBRiK74