mini-climate-card
mini-climate-card copied to clipboard
hvac-mode translation
I use
secondary_info:
type: hvac-mode
which also works. However, the output text is not translated. How can I set it so that the text appears in another language?
The default climate card shows the translated output.
No idea, it is probably a new feature of HA. A PR is welcome if you want to get it working
you mean the "cool" text`?
for me it worked like this:
hvac_mode:
style: '(value, entity) => ({ color: value !== ''off'' ? ''red !important'' : ''grey'' })'
source:
'off':
icon: mdi:power
name: Aus
heat:
name: Heizen
icon: mdi:fire