Hello,
recently I bought some radiator thermostats of which two are in the same room. added a group for the two thermostats like advised here.
Here is a code snippet from the groups.yaml (sorry, it’s partly in german):
thermostats:
name: Thermostats
entities:
- climate.thermostat_wohnzimmer_links_thermostat
- climate.thermostat_wohnzimmer_rechts_thermostat
Now I would like to add a card for this group to my UI. I was able to add an “Entities Card” but not a “Thermostat Card” like for individual thermostats. I think this is because the entity is a group.thermostats
rather than a climate.thermostats
.
Is there any way to add thermostat groups as climate entities?
Best
Jeroen