hassio-conf/lovelace/views/view_0_home.yaml
Robert Kaussow fd89469dfa
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/notify Pipeline was successful
ci: fix yamllint issues
2024-10-18 12:08:04 +02:00

68 lines
1.9 KiB
YAML

---
title: Home
path: home
icon: mdi:home
cards:
- type: custom:weather-card
entity: weather.forecast_home
current: True
details: False
forecast: True
hourly_forecast: False
number_of_forecasts: 5
- type: entities
title: Status
entities:
- entity: light.all
name: Licht
- type: section
label: Wohnzimmer
- entity: sensor.livingroom_sensor_temperature_temperature
name: Luft
icon: mdi:air-filter
show_state: False
type: custom:multiple-entity-row
entities:
- entity: sensor.livingroom_sensor_temperature_temperature
name: Temperatur
- entity: sensor.livingroom_sensor_temperature_humidity
name: Feuchtigkeit
- type: section
label: Küche
- entity: binary_sensor.ki_fridge_door_sensor_contact_state
name: Kühlschrank
show_state: False
type: custom:multiple-entity-row
entities:
- entity: sensor.kitchen_sensor_temperature_fridge_temperature
name: Temperatur
- entity: sensor.kitchen_sensor_temperature_fridge_humidity
name: Feuchtigkeit
- type: section
label: Büro
- entity: sensor.office_sensor_air_quality_rating
name: Luftqualität
type: custom:multiple-entity-row
entities:
- entity: sensor.office_sensor_air_quality_temperature
name: Temperatur
- entity: sensor.office_sensor_air_quality_humidity
name: Feuchtigkeit
- type: section
label: Bad
- entity: sensor.bath_sensor_air_quality_rating
name: Luftqualität
type: custom:multiple-entity-row
entities:
- entity: sensor.bath_sensor_air_quality_temperature
name: Temperatur
- entity: sensor.bath_sensor_air_quality_humidity
name: Feuchtigkeit