Skip to content

Instantly share code, notes, and snippets.

@wgottesheim
Created August 27, 2023 08:56
Show Gist options
  • Select an option

  • Save wgottesheim/81ab06b518a79b61e8626f2522e1bef7 to your computer and use it in GitHub Desktop.

Select an option

Save wgottesheim/81ab06b518a79b61e8626f2522e1bef7 to your computer and use it in GitHub Desktop.
HASS multiple-entity-row
type: entities
entities:
- entity: sensor.sensor_wohnzimmer_temperature
type: custom:multiple-entity-row
name: Wohnzimmer
state_header: Temperatur
entities:
- entity: sensor.sensor_wohnzimmer_battery
name: Batterie
- entity: sensor.sensor_wohnzimmer_humidity
name: Feuchtigkeit
- entity: sensor.sensor_schlafzimmer_temperature
type: custom:multiple-entity-row
name: Schlafzimmer
state_header: Temperatur
entities:
- entity: sensor.sensor_schlafzimmer_battery
name: Batterie
- entity: sensor.sensor_schlafzimmer_humidity
name: Feuchtigkeit
- entity: sensor.sensor_bad_temperature
type: custom:multiple-entity-row
name: Badezimmer
state_header: Temperatur
entities:
- entity: sensor.sensor_bad_battery
name: Batterie
- entity: sensor.sensor_bad_humidity
name: Feuchtigkeit
- entity: sensor.sensor_keller_temperature
type: custom:multiple-entity-row
name: Keller
state_header: Temperatur
entities:
- entity: sensor.sensor_keller_battery
name: Batterie
- entity: sensor.sensor_keller_humidity
name: Feuchtigkeit
- type: section
- entity: sensor.wetterstation_temperature
type: custom:multiple-entity-row
- type: custom:multiple-entity-row
entity: sensor.helligkeit_sued
state_header: Süd
name: Helligkeit
entities:
- entity: sensor.wetterstation_brightness_west
name: West
- entity: sensor.wetterstation_brightness_east
name: Ost
- type: custom:multiple-entity-row
entity: sensor.windgeschwindigkeit
icon: mdi:wind-power
entities:
- entity: sensor.wetterstation_wind_speed
name: m/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment