Humidity and Layout changes
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
icon: mdi:cellphone-link
|
||||
path: devices
|
||||
cards:
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: sensor.myip
|
||||
name: Öffentliche IP
|
||||
icon: mdi:earth
|
||||
- type: entities
|
||||
title: Florian
|
||||
show_header_toggle: false
|
||||
|
||||
@@ -1,41 +1,67 @@
|
||||
title: Übersicht
|
||||
path: overview
|
||||
cards:
|
||||
- type: weather-forecast
|
||||
entity: weather.openweathermap
|
||||
- type: glance
|
||||
title: Luftfeuchtigkeit
|
||||
show_name: true
|
||||
show_state: true
|
||||
entities:
|
||||
- entity: sensor.bathroom_hygrometer_humidity
|
||||
name: Badezimmer
|
||||
icon: mdi:water-percent
|
||||
- entity: sensor.humidity_4
|
||||
name: Wohnzimmer
|
||||
icon: mdi:water-percent
|
||||
- entity: sensor.attic_humidity
|
||||
name: Dachboden
|
||||
icon: mdi:water-percent
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: sensor.myip
|
||||
name: Öffentliche IP
|
||||
icon: mdi:earth
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: Nächste Bahn nach Münster
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: sensor.salzbergen_to_munster_hbf
|
||||
name: Abfahrt
|
||||
- type: map
|
||||
aspect_ratio: 16:9
|
||||
default_zoom: 15
|
||||
entities:
|
||||
- zone.home
|
||||
- type: glance
|
||||
title: Anwesenheit
|
||||
entities:
|
||||
- device_tracker.mobile_fb
|
||||
- type: weather-forecast
|
||||
entity: weather.openweathermap
|
||||
# - type: iframe
|
||||
# url: !secret iframe_windy
|
||||
# aspect_ratio: 75%
|
||||
- type: iframe
|
||||
url: !secret iframe_earth
|
||||
aspect_ratio: 75%
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.workday_sensor
|
||||
state: "on"
|
||||
- entity: binary_sensor.morning
|
||||
state: "on"
|
||||
card:
|
||||
type: entities
|
||||
title: Nächste Bahn nach Münster
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: sensor.salzbergen_to_munster_hbf
|
||||
name: Abfahrt
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: Temperatur
|
||||
show_name: true
|
||||
show_state: true
|
||||
entities:
|
||||
- entity: sensor.bathroom_hygrometer_temperature
|
||||
name: Badezimmer
|
||||
icon: mdi:thermometer
|
||||
- entity: sensor.temperature_3
|
||||
name: Wohnzimmer
|
||||
icon: mdi:thermometer
|
||||
- entity: sensor.attic_temperature
|
||||
name: Dachboden
|
||||
icon: mdi:thermometer
|
||||
- type: glance
|
||||
title: Luftfeuchtigkeit
|
||||
show_name: true
|
||||
show_state: true
|
||||
entities:
|
||||
- entity: sensor.bathroom_hygrometer_humidity
|
||||
name: Badezimmer
|
||||
icon: mdi:water-percent
|
||||
- entity: sensor.humidity_4
|
||||
name: Wohnzimmer
|
||||
icon: mdi:water-percent
|
||||
- entity: sensor.attic_humidity
|
||||
name: Dachboden
|
||||
icon: mdi:water-percent
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: Anwesenheit
|
||||
entities:
|
||||
- device_tracker.mobile_fb
|
||||
- type: map
|
||||
aspect_ratio: 75%
|
||||
default_zoom: 15
|
||||
entities:
|
||||
- zone.home
|
||||
Reference in New Issue
Block a user