rokka
(Andre)
1
Hi,
I am using different thermostats (some from Homematic IP some from SONOFF).
For HomematicIP I can create one Tile Card which displays differnt stats like “current action”, “current temp” and so on.
See upper part of the image
For the SONOFF thermostats this doesn´t seem to be possible.
See lower part of the image
For each entity on the stat content “state” and “last changed” are exposed.
Is there a way to achive the some result like with Homematic IP?
Thanks a lot
Andre
tom_l
2
It depends on what the thermostat integration exposes.
rokka
(Andre)
3
How can i find out what it exposes?
tom_l
4
You already know.
Nothing.
That’s why there are no features for it.
1 Like
rokka
(Andre)
5
Humidity and temperature are different entities.
![image](https://community-assets.home-assistant.io/original/4X/a/f/4/af401f83736553931f09682dd6e66c73cb742da4.png)
I am looking for a way to display them in one Tile Card?
Is this possible?
MISEV
(Niels)
8
Add an template helper with those entities and use that
rokka
(Andre)
9
Hi @MISEV, could you please provide a minimalistic sample for combining multiple entities in one entity with multiple states or attributes?
That would be great ![:slight_smile: :slight_smile:](https://community.home-assistant.io/images/emoji/twitter/slight_smile.png?v=12)
MISEV
(Niels)
10
Hi @rokka sure, you can do something like this. Also look add the templating docs for more options Templating - Home Assistant
{{ states('weather.knmi_home') }} - {{ state_attr('weather.knmi_home', 'temperature') }} °C