I would like to know if it’s possible to display temperature and humidity in one line.
In fact, at the moment I’ve managed to do it with a template sensor like that :
But the problem with this configuration is that I loose the ability to click on the temp or humidity and get the graphs… Another problem is that each change of the temp or the humidity update the template sensor and this is then logged in the journal and I got a loooot of lines like this :
Do anyone know a workaround to display two sensor on one line and keep the ability to display details for each sensor or another nice clean way to display such sensors ?
I have been looking for the possibility to display 2 entities in a single row as well but haven’t found anything yet. Hope someone knows how to make a card like this
I am using Custom UI in the old frontend for this:
I see two solutions for this, either implement the badge solution from CustomUI ( https://github.com/andrey-git/home-assistant-custom-ui) or implement another great solution from CustomUI, the secondary info field as a fully customizable part.
This is very good and seems to be the closest as what I want. I think I’ll wait for Custom UI to be available for Lovelace as all my config is under it today…
I am putting out of the graves this topic.
Did someone has an example of Lovelace custom card where we can have the temperature and humidity on the same line as previously explained by Frixx ?
I’m using the aqara multi sensor. the integration just provides four entities:
temp
humidity
pressure
battery level
how can I use this plugin correctly to bring all sensors in one row with the room description at the beginning and followed by the entities?
In the examples differs to my integrated product.