Is there a way to display this much information in a glance? Or is there a more suitable card I can use?
I want to display 4 entities, each with its name, state, and last changed, in as little space as possible and my workaround is to duplicate the entities. And I don’t want to add custom entities or attributes.
type: glance
entities:
- entity: sensor.thermostat_great_room_cooling_operating_state
name: null
- entity: sensor.thermostat_great_room_cooling_fan_state
name: null
- entity: sensor.thermostat_teen_room_cooling_operating_state
name: null
- entity: sensor.thermostat_teen_room_cooling_fan_state
name: null
- entity: sensor.thermostat_great_room_cooling_operating_state
show_last_changed: true
name: Great HVAC
- entity: sensor.thermostat_great_room_cooling_fan_state
show_last_changed: true
name: Great Fan
- entity: sensor.thermostat_teen_room_cooling_operating_state
show_last_changed: true
name: Teen HVAC
- entity: sensor.thermostat_teen_room_cooling_fan_state
show_last_changed: true
name: Teen Fan
show_icon: false
show_state: true
show_name: true
columns: 4