Move subconfigs to subdir
这个提交包含在:
17
config/views/cctv.yaml
普通文件
17
config/views/cctv.yaml
普通文件
@@ -0,0 +1,17 @@
|
||||
icon: mdi:cctv
|
||||
path: cctv
|
||||
cards:
|
||||
- type: picture-glance
|
||||
camera_image: camera.livingroom
|
||||
entities:
|
||||
- binary_sensor.motion_livingroom
|
||||
- switch.camera_livingroom_ir_lights
|
||||
# - switch.camera_livingroom_email
|
||||
# - switch.camera_livingroom_ftp
|
||||
title: Wohnzimmer
|
||||
- type: alarm-panel
|
||||
name: Alarm
|
||||
entity: alarm_control_panel.home_alarm
|
||||
states:
|
||||
- arm_away
|
||||
- arm_night
|
||||
56
config/views/devices.yaml
普通文件
56
config/views/devices.yaml
普通文件
@@ -0,0 +1,56 @@
|
||||
icon: mdi:cellphone-link
|
||||
path: devices
|
||||
cards:
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: sensor.myip
|
||||
name: Öffentliche IP
|
||||
icon: mdi:earth
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: Florian
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: device_tracker.mobile_fb
|
||||
name: Standort
|
||||
- entity: sensor.device_mobile_fb_battery
|
||||
name: Handy-Akku
|
||||
icon: mdi:battery
|
||||
- type: entities
|
||||
title: Jenny
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: device_tracker.mobile_fb
|
||||
name: Standort
|
||||
- entity: sensor.device_mobile_fb_battery
|
||||
name: Handy-Akku
|
||||
icon: mdi:battery
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: Wake On Lan
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: switch.desktop_wol
|
||||
name: Desktop-PC
|
||||
icon: mdi:desktop-classic
|
||||
- type: entities
|
||||
title: Wallboard
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: switch.wallboard_display
|
||||
name: Display
|
||||
icon: mdi:tablet
|
||||
- type: entities
|
||||
title: Home Assistant Slaves
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- type: weblink
|
||||
name: Livingroom
|
||||
url: !secret url_haslave_livingroom
|
||||
icon: mdi:home-assistant
|
||||
- type: weblink
|
||||
name: Office
|
||||
url: !secret url_haslave_office
|
||||
icon: mdi:home-assistant
|
||||
151
config/views/humidity.yaml
普通文件
151
config/views/humidity.yaml
普通文件
@@ -0,0 +1,151 @@
|
||||
icon: mdi:water-percent
|
||||
path: humidity
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: markdown
|
||||
content: "### Elternbad"
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: sensor
|
||||
entity: sensor.hygro_bathroom_parents_humidity
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 12
|
||||
- type: sensor
|
||||
entity: sensor.hygro_bathroom_parents_temperature
|
||||
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
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 12
|
||||
- type: sensor
|
||||
entity: sensor.hygro_bathroom_kids_temperature
|
||||
name: Temperatur
|
||||
graph: line
|
||||
unit: °C
|
||||
detail: 2
|
||||
hours_to_show: 12
|
||||
- type: markdown
|
||||
content: "### Schlafzimmer"
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: sensor
|
||||
entity: sensor.lumi_bedroom_humidity
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 12
|
||||
- type: sensor
|
||||
entity: sensor.lumi_bedroom_temperature
|
||||
name: Temperatur
|
||||
graph: line
|
||||
unit: °C
|
||||
detail: 2
|
||||
hours_to_show: 12
|
||||
- type: markdown
|
||||
content: "### Gästezimmer"
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: sensor
|
||||
entity: sensor.lumi_guestroom_humidity
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 12
|
||||
- type: sensor
|
||||
entity: sensor.lumi_guestroom_temperature
|
||||
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.humidity_4
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 12
|
||||
- type: sensor
|
||||
entity: sensor.temperature_3
|
||||
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
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 12
|
||||
- type: sensor
|
||||
entity: sensor.hygro_hwr_temperature
|
||||
name: Temperatur
|
||||
graph: line
|
||||
unit: °C
|
||||
detail: 2
|
||||
hours_to_show: 12
|
||||
- type: markdown
|
||||
content: "### Büro"
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: sensor
|
||||
entity: sensor.lumi_office_humidity
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 12
|
||||
- type: sensor
|
||||
entity: sensor.lumi_office_temperature
|
||||
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
|
||||
58
config/views/instagram.yaml
普通文件
58
config/views/instagram.yaml
普通文件
@@ -0,0 +1,58 @@
|
||||
icon: mdi:instagram
|
||||
path: instagram
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: picture
|
||||
image: /local/avatars/jenny-bty.jpg
|
||||
- type: sensor
|
||||
entity: sensor.instagram_beauty
|
||||
name: brunettebeauty_91
|
||||
icon: mdi:heart
|
||||
graph: line
|
||||
- type: glance
|
||||
entities:
|
||||
- entity: sensor.instagram_beauty_media
|
||||
name: Beiträge
|
||||
icon: mdi:image-multiple
|
||||
- entity: sensor.instagram_beauty_follows
|
||||
name: Abonniert
|
||||
icon: mdi:account-multiple
|
||||
- type: glance
|
||||
title: frankyowski
|
||||
show_name: false
|
||||
entities:
|
||||
- entity: sensor.instagram_franky
|
||||
icon: mdi:heart
|
||||
- entity: sensor.instagram_franky_media
|
||||
icon: mdi:image-multiple
|
||||
- entity: sensor.instagram_franky_follows
|
||||
icon: mdi:account-multiple
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: picture
|
||||
image: /local/avatars/flo-mtb.jpg
|
||||
- type: sensor
|
||||
entity: sensor.instagram_mtb
|
||||
name: _fbmtb
|
||||
icon: mdi:heart
|
||||
graph: line
|
||||
- type: glance
|
||||
entities:
|
||||
- entity: sensor.instagram_mtb_media
|
||||
name: Beiträge
|
||||
icon: mdi:image-multiple
|
||||
- entity: sensor.instagram_mtb_follows
|
||||
name: Abonniert
|
||||
icon: mdi:account-multiple
|
||||
- type: glance
|
||||
title: _fbrinker
|
||||
show_name: false
|
||||
entities:
|
||||
- entity: sensor.instagram_fb
|
||||
icon: mdi:heart
|
||||
- entity: sensor.instagram_fb_media
|
||||
icon: mdi:image-multiple
|
||||
- entity: sensor.instagram_fb_follows
|
||||
icon: mdi:account-multiple
|
||||
18
config/views/lights.yaml
普通文件
18
config/views/lights.yaml
普通文件
@@ -0,0 +1,18 @@
|
||||
title: Lichter
|
||||
path: lights
|
||||
cards:
|
||||
- type: light
|
||||
entity: light.kuchen_theke
|
||||
name: Küchen-Theke
|
||||
- type: light
|
||||
entity: light.office
|
||||
name: Büro
|
||||
- type: light
|
||||
entity: light.stimmungslicht
|
||||
name: Stimmungslicht
|
||||
- type: light
|
||||
entity: light.ambilight
|
||||
name: Ambilight
|
||||
- type: light
|
||||
entity: light.esstisch
|
||||
name: Esstisch
|
||||
65
config/views/livingroom.yaml
普通文件
65
config/views/livingroom.yaml
普通文件
@@ -0,0 +1,65 @@
|
||||
title: Wohnzimmer
|
||||
path: livingroom
|
||||
cards:
|
||||
# Lights
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: light.kuchen_theke
|
||||
name: Küchen-Theke
|
||||
- entity: light.esstisch
|
||||
name: Esstisch
|
||||
- entity: light.stimmungslicht
|
||||
name: Stimmungslicht
|
||||
icon: mdi:lightbulb
|
||||
- entity: light.ambilight
|
||||
name: Ambilight
|
||||
|
||||
# Denon + Harmony
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
# Denon
|
||||
- type: picture-glance
|
||||
title: Denon AVR
|
||||
entities:
|
||||
- entity: switch.harmony_volume_up
|
||||
icon: mdi:volume-plus
|
||||
- entity: switch.harmony_volume_down
|
||||
icon: mdi:volume-minus
|
||||
- entity: switch.harmony_denon_mute
|
||||
icon: mdi:volume-off
|
||||
- entity: switch.harmony_denon_power
|
||||
icon: mdi:power
|
||||
image: /local/images/denon.jpg
|
||||
state_image:
|
||||
"PowerOff": /local/images/denon-bw.jpg
|
||||
entity: sensor.harmony_activity
|
||||
# Harmony
|
||||
- type: picture-glance
|
||||
title: Harmony
|
||||
entities:
|
||||
- entity: switch.harmony_firetv
|
||||
icon: mdi:television
|
||||
- entity: switch.harmony_music_bt
|
||||
icon: mdi:bluetooth-audio
|
||||
- entity: switch.harmony_steamlink
|
||||
icon: mdi:steam
|
||||
- entity: switch.harmony_playstation
|
||||
icon: mdi:playstation
|
||||
state_image:
|
||||
"PowerOff": /local/images/power.jpg
|
||||
"Fire TV sehen": /local/images/firetv.jpg
|
||||
"Musik Bluetooth": /local/images/music.jpg
|
||||
"SteamLink": /local/images/steamlink.jpg
|
||||
"PlayStation": /local/images/playstation.jpg
|
||||
entity: sensor.harmony_activity
|
||||
|
||||
# Spotify
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: sensor.harmony_activity
|
||||
state: "Musik Bluetooth"
|
||||
card:
|
||||
type: media-control
|
||||
entity: media_player.spotify
|
||||
51
config/views/overview.yaml
普通文件
51
config/views/overview.yaml
普通文件
@@ -0,0 +1,51 @@
|
||||
title: Übersicht
|
||||
path: overview
|
||||
cards:
|
||||
- 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
|
||||
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:
|
||||
- person.florian
|
||||
- person.jenny
|
||||
- type: map
|
||||
aspect_ratio: 75%
|
||||
default_zoom: 15
|
||||
entities:
|
||||
- zone.home
|
||||
5
config/views/spotify.yaml
普通文件
5
config/views/spotify.yaml
普通文件
@@ -0,0 +1,5 @@
|
||||
icon: mdi:spotify
|
||||
path: spotify
|
||||
cards:
|
||||
- type: media-control
|
||||
entity: media_player.spotify
|
||||
在新工单中引用
屏蔽一个用户