thermostat-popup-card
thermostat-popup-card copied to clipboard
No more mode icons
Since 2011.11, there was a breaking change on ha-icon-button
cfr : https://github.com/home-assistant/frontend/issues/10521
Don't know how to fix it :/
@DBuit any update?
I tried to fix it but to no avail, it seems that the icons used are hass:ICON_NAME, they seem no longer available as they are also not longer selectable from the icon selectors.
I tried fixing it by replacing the icons by mdi variants, but that doesn't seem to do anything, I am guessing they need to be imported somehow.
If anyone knows how I will give it another go.
Made a fix, submitting a pull request now:

EDIT: Submitted as per #24