to organize our column rows:
- type: glance
columns: 4
entities:
- entity: binary_sensor.schimmel_alert
name: Schimmel
- entity: binary_sensor.co2_monitor_carbon_dioxide_detected_location_provided
name: Co2 status
- entity: binary_sensor.humidity_living_low
name: Hum
- entity: sensor.schimmel_sensor
name: Mold
- entity: sensor.co2_living
name: Co2
- entity: sensor.temperatuur_living
name: Temp
- entity: sensor.luchtvochtigheid_living
name: Vocht
shows like:
but I am looking to create it like:
would be very nice to be able to do:
entities:
- entity: binary_sensor.schimmel_alert
name: Schimmel
- entity: binary_sensor.co2_monitor_carbon_dioxide_detected_location_provided
name: Co2 status
- entity: binary_sensor.humidity_living_low
name: Hum
- type: empty
- entity: sensor.schimmel_sensor
name: Mold
- entity: sensor.co2_living
name: Co2
- entity: sensor.temperatuur_living
name: Temp
- entity: sensor.luchtvochtigheid_living
name: Vocht