home-automation-home-assistant/config/views/humidity.yaml

152 行
4.2 KiB
YAML
Raw 通常表示 履歴

2019-01-16 12:47:15 +00:00
icon: mdi:water-percent
path: humidity
cards:
2019-10-13 09:25:04 +00:00
- type: vertical-stack
cards:
- type: markdown
content: "### Elternbad"
- type: horizontal-stack
cards:
- type: sensor
entity: sensor.hygro_bathroom_parents_humidity
2019-10-13 09:25:04 +00:00
name: Luftfeuchtigkeit
graph: line
unit: "%"
detail: 2
hours_to_show: 12
- type: sensor
entity: sensor.hygro_bathroom_parents_temperature
2019-10-13 09:25:04 +00:00
name: Temperatur
graph: line
unit: °C
detail: 2
hours_to_show: 12
- type: markdown
content: "### \"Kinderbad\""
- type: horizontal-stack
cards:
- type: sensor
entity: sensor.hygro_bathroom_kids_humidity
2019-10-13 09:25:04 +00:00
name: Luftfeuchtigkeit
graph: line
unit: "%"
detail: 2
hours_to_show: 12
- type: sensor
entity: sensor.hygro_bathroom_kids_temperature
2019-10-13 09:25:04 +00:00
name: Temperatur
graph: line
unit: °C
detail: 2
hours_to_show: 12
- type: markdown
content: "### Schlafzimmer"
- type: horizontal-stack
cards:
- type: sensor
2020-01-14 19:03:19 +00:00
entity: sensor.lumi_bedroom_humidity
2019-10-13 09:25:04 +00:00
name: Luftfeuchtigkeit
graph: line
unit: "%"
detail: 2
hours_to_show: 12
- type: sensor
2020-01-14 19:03:19 +00:00
entity: sensor.lumi_bedroom_temperature
2019-10-13 09:25:04 +00:00
name: Temperatur
graph: line
unit: °C
detail: 2
hours_to_show: 12
- type: markdown
content: "### Gästezimmer"
- type: horizontal-stack
cards:
- type: sensor
2020-01-14 19:03:19 +00:00
entity: sensor.lumi_guestroom_humidity
2019-10-13 09:25:04 +00:00
name: Luftfeuchtigkeit
graph: line
unit: "%"
detail: 2
hours_to_show: 12
- type: sensor
2020-01-14 19:03:19 +00:00
entity: sensor.lumi_guestroom_temperature
2019-10-13 09:25:04 +00:00
name: Temperatur
graph: line
unit: °C
detail: 2
hours_to_show: 12
- type: vertical-stack
cards:
- type: markdown
content: "### Wohnzimmer"
- type: horizontal-stack
cards:
- type: sensor
entity: sensor.lumi_livingroom_humidity
2019-10-13 09:25:04 +00:00
name: Luftfeuchtigkeit
graph: line
unit: "%"
detail: 2
hours_to_show: 12
- type: sensor
entity: sensor.lumi_livingroom_temperature
2019-10-13 09:25:04 +00:00
name: Temperatur
graph: line
unit: °C
detail: 2
hours_to_show: 12
- type: markdown
content: "### Hauswirtschaftsraum"
- type: horizontal-stack
cards:
- type: sensor
entity: sensor.hygro_hwr_humidity
2019-10-13 09:25:04 +00:00
name: Luftfeuchtigkeit
graph: line
unit: "%"
detail: 2
hours_to_show: 12
- type: sensor
entity: sensor.hygro_hwr_temperature
2019-10-13 09:25:04 +00:00
name: Temperatur
graph: line
unit: °C
detail: 2
hours_to_show: 12
- type: markdown
content: "### Büro"
- type: horizontal-stack
cards:
- type: sensor
2020-01-14 19:03:19 +00:00
entity: sensor.lumi_office_humidity
2019-10-13 09:25:04 +00:00
name: Luftfeuchtigkeit
graph: line
unit: "%"
detail: 2
hours_to_show: 12
- type: sensor
2020-01-14 19:03:19 +00:00
entity: sensor.lumi_office_temperature
2019-10-13 09:25:04 +00:00
name: Temperatur
graph: line
unit: °C
detail: 2
hours_to_show: 12
- type: markdown
content: "### Dachboden"
- type: horizontal-stack
cards:
- type: sensor
entity: sensor.attic_humidity_2
name: Luftfeuchtigkeit
graph: line
unit: "%"
detail: 2
hours_to_show: 12
- type: sensor
entity: sensor.attic_temperature_2
name: Temperatur
graph: line
unit: °C
detail: 2
hours_to_show: 12