I added on my frontend the bitmap of my house and inserted icons of device in order to quickly see the status. I reach the goal with lights but I cannot understand how to achieve the same result for the climate devices.
Here the bitmap and climate code for each card
#card with buttons:
- entity: climate.studio
icon: 'mdi:thermostat'
show_state: true
tap_action:
action: toggle
service: climate.turn_on
service_data:
entity_id: climate.daikinap49891
#card with house bitmap
- entity: climate.studio
style:
left: 65%
top: 59%
type: state-icon
Thanks
Pask