Have few moes thermostats, and have an idea to make one dashboard with main info about all thermostats. In general , i’d like to see square-per-device with current temperature, min temperature and valve status (maybe like black/yellow color of the square). Can someone please suggest how to do that?
Ps. i stuck in the beginning… just understud how to make “if” with the valve status to use it in visualisation, but can’t imagine how to deal with that on dashboard…
{% if ( (state_attr('climate.zb_thermo3','valve_state') is none) or (state_attr('climate.zb_thermo3','valve_state')=="CLOSED")) -%}
--valve is closed
{%- else -%}
--valve is opened
{%- endif %}
Thanks for answer. Yes, i looked at this integration… It didn’t help me to do what i want…
Tried to use dual gauge. In general it is my solution, but with little change: to combine two cards somehow in one (gauge + valve status like one card)