I’m using the mini climate card but I can’t manage to get more information then the basic version with default information. I want to have the fan mode and swing mode in my front end view.
Some help is really appriciated. Can someone tell me what I’m doing wrong?
Thx Pedolsky, however I first tried to copy paste and use fan_mode , but in my Airco configuration it mentions fan_modes so I tried changing this.
Non of these two options made any difference.
My problem that Why it show the top and bottom the fan mode. I uninstall and reinstall component, and rewrite the code. I try write to code hide bottom fan icon, but I can not remowe. I just want to see it on top.
Hi @pedolsky and others,
I’ve successfully installed the custom card, but for some reason the up and down chevrons and the buttons below the current and target temperatures seem to be transparent no matter what I do. I can’t see them at all unless I hover over them and then there is a slight outline. I’ve tried changing the theme variables to be white (e.g., icons and buttons), but it had no impact. I’ve included a pic of my card and you can see only a slight outline of the “up” chevron button because I was hovering over it. Any suggestions?
Thanks for your card. I like this a lot better than the buky one that comes with Home Assistant.
I do have a silly question though … how do I use the indicators to display an attribute? What I’m trying to achieve is something like this (which I know doesn’t work, but I’m trying to figure out how to get it to work):
I found that my hvac action button was transparent if I didn’t have a Yaml option for an hvac_mode source available: in the case below, I got a transparent icon for the hvac heating icon until I put in an auto mode which can be returned by my climate device.
I’ve had to spend some time working through the details for this to try and get an idea of coding it - top tip: tell ChatGPT to ingest the github info page and then quiz it on configuration code - it doesn’t get it perfect but it understands the documentation a lot better than I did!
hvac_mode:
source:
off:
icon: mdi:power
name: off
heat:
icon: mdi:fire
name: heat
auto:
icon: mdi:fire
name: auto