Question: Change label icon depending on value range?
Coernel82 opened this issue · 0 comments
Coernel82 commented
Hi!
Is it possible to change the label before the received MQTT-message depending on a value range? For instance:
{upTo: 18, label: "<fa-solid snowflake>"}
{upTo: 45, label: "<fa-solid fire>"}
So as a result you get snowflake-icon 15°C
(water supply of heatpump is used for cooling)
or
fire-icon 25°C
(water supply of heatpump is used for heating)