Good morning all,
at last I have integrated my Hisense coolers, and now I would like to add its climate control to my floorplan.
I already have a room where I control its climate entity by clicking on the temperature.
I would like to add also the cooler climate entity by clicking on the same temperature state-label item.
Here is my config:
- type: state-label
entity: climate.soggiorno
attribute: current_temperature
prefix: 🌡
suffix: °C
style:
top: 43%
left: 38%
height: 8%
font-size: 15px
font-weight: bold
color: var(--climate-soggiorno-color)
text-shadow: 1px 1px 2px black
How may I add a second item?
Is it possible also to open the tile card of the entity, and not the default one?
Thanks a lot!