39 lines
921 B
YAML
39 lines
921 B
YAML
title: Übersicht
|
|
path: overview
|
|
cards:
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: custom:weather-card
|
|
entity: weather.openweathermap
|
|
name: Wetter
|
|
- 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: Anwesenheit
|
|
entities:
|
|
- device_tracker.mobile_fb
|
|
- type: map
|
|
aspect_ratio: 75%
|
|
default_zoom: 15
|
|
entities:
|
|
- zone.home
|