update
This commit is contained in:
@@ -2,6 +2,34 @@ title: Übersicht
|
||||
path: overview
|
||||
icon: "mdi:tablet-dashboard"
|
||||
cards:
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:weather-card
|
||||
name: Wetter
|
||||
entity: weather.openweathermap
|
||||
icons: "/local/lovelace/custom/weather-card/icons/"
|
||||
# - 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: custom:battery-state-card
|
||||
title: "Batterie Warnung"
|
||||
sort_by_level: "asc"
|
||||
@@ -26,48 +54,14 @@ cards:
|
||||
- name: attributes.friendly_name # require a friendly_name
|
||||
operator: "="
|
||||
value:
|
||||
- name: attributes.friendly_name
|
||||
operator: "matches"
|
||||
value: "/vibration/i" # is almost empty but unused, not important here in this view
|
||||
bulk_rename:
|
||||
- from: "Batterie"
|
||||
- from: "Battery"
|
||||
- from: "Power"
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.openclose_10
|
||||
state: "on"
|
||||
card:
|
||||
type: entities
|
||||
title: Offene Fenster
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: binary_sensor.openclose_10
|
||||
name: Elternbad
|
||||
icon: mdi:window-open
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:weather-card
|
||||
name: Wetter
|
||||
entity: weather.openweathermap
|
||||
icons: "/local/lovelace/custom/weather-card/icons/"
|
||||
# - 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
|
||||
|
||||
@@ -5,7 +5,7 @@ cards:
|
||||
# Dobby
|
||||
- type: 'custom:vacuum-card'
|
||||
entity: vacuum.dobby
|
||||
map: camera.deebot_dobby_live_map
|
||||
map: camera.dobby_livemap
|
||||
stats:
|
||||
default:
|
||||
- entity_id: sensor.dobby_heap
|
||||
|
||||
Viittaa uudesa ongelmassa
Block a user