I want to add a new entity (That I can put as “text” in a Mushroom chips card as display).
This is how it is supposed to look,
I did this with some Text and the mushroom-template-card. However, I want to use an entity Card for example, or the Mushroom chip card to dispaly the value *Temperature | Humidity" as one sensor / Text value.
Could you help me out here please? This is what I got:
Currently I use the template card, correctly! The Floorplan it self scales perfectly because the whole dasboard is a “panel” layout above that I am layering the entity cards and so on, and here now the template-card. But I want to use the Chip-Card because it looks sleeker and I can adapt it more easy. Therefore I need to combine the sensor.yxTemperature and sensor.yxHumidity into one text sensor. Is this possible with my posted code? Thanks!
I didn’t get your last message, seems you wrote twice the same and I don’t see the error.
Take my code provided in the last message of yesterday and put this in your configuration.yaml but sorry I forgot that my test is in sensor: !include sensor.yaml, so you need to add one extra line on top and indent
sensor:
Then my code indented correctly
But that I’m not sure. I’m always confused when it’s not directly in configuration.yaml
Try first the code ,if nok then add with sensor on top
Sorry, I copied the code twice as you said, Are you using the legacy format of template sensors? Because that is what it seems. The value_template is not available for me when not using the legacy format I think… Trying something now