I am using the Home Assistant Heading card to structure my dashboard, specifically for displaying information about my living room. However, I am encountering an issue when trying to add custom entity badges to the heading card. Although the heading and icons are displaying correctly, the badges for entities like temperature and humidity sensors are not showing up as expected. The sensors are working fine on their own, but when I try to add them to the heading card, they don’t appear.
Here is the YAML configuration I am using:
type: heading
heading: Living Room
icon: mdi:sofa
badges:
- type: entity
entity: sensor.living_room_sensor_temperature
color: red
- type: entity
entity: sensor.living_room_sensor_humidity
color: deep-purple
Despite correctly configuring the badges in the YAML, they simply aren’t showing on the card. I’ve tried verifying the entity IDs and the state of the sensors, but everything seems fine. What could be causing this problem?
Link to Documentation:
For reference, I am following the official documentation on heading cards in Home Assistant: web.www.home-assistant.io/dashboards/heading/
1 post - 1 participant