Update HA, add vacuum, grid cards, fixes
This commit is contained in:
@@ -1,20 +1,15 @@
|
||||
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.pixel_4
|
||||
- entity: device_tracker.pixely
|
||||
name: Standort
|
||||
- entity: sensor.battery_level
|
||||
- entity: sensor.pixely_akkufullstand
|
||||
name: Handy-Akku
|
||||
icon: mdi:battery
|
||||
- type: entities
|
||||
@@ -29,28 +24,23 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: Wake On Lan
|
||||
title: WOL Florian
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: switch.desktop_wol
|
||||
name: Desktop-PC
|
||||
icon: mdi:desktop-classic
|
||||
- type: entities
|
||||
title: Wallboard
|
||||
title: WOL Jenny
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: switch.wallboard_display
|
||||
name: Display
|
||||
icon: mdi:tablet
|
||||
- entity: switch.desktop_jenny_wol
|
||||
name: Desktop-PC Ronny
|
||||
icon: mdi:desktop-classic
|
||||
- type: entities
|
||||
title: Home Assistant Slaves
|
||||
title: Wallboard
|
||||
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
|
||||
- entity: switch.wallboard_display
|
||||
name: Display
|
||||
icon: mdi:tablet
|
||||
@@ -1,6 +1,7 @@
|
||||
#icon: mdi:home-variant-outline
|
||||
title: Haus
|
||||
path: floor
|
||||
icon: 'mdi:floor-plan'
|
||||
panel: true
|
||||
cards:
|
||||
- type: picture-elements
|
||||
|
||||
@@ -1,151 +1,103 @@
|
||||
icon: mdi:water-percent
|
||||
path: humidity
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
|
||||
- type: grid
|
||||
title: Wohnzimmer
|
||||
columns: 2
|
||||
square: true
|
||||
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
|
||||
- type: sensor
|
||||
entity: sensor.lumi_livingroom_humidity
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 24
|
||||
- type: sensor
|
||||
entity: sensor.lumi_livingroom_temperature
|
||||
name: Temperatur
|
||||
graph: line
|
||||
unit: °C
|
||||
detail: 2
|
||||
hours_to_show: 24
|
||||
|
||||
- type: grid
|
||||
title: Schlafzimmer
|
||||
columns: 2
|
||||
square: true
|
||||
cards:
|
||||
- type: markdown
|
||||
content: "### Wohnzimmer"
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: sensor
|
||||
entity: sensor.lumi_livingroom_humidity
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 12
|
||||
- type: sensor
|
||||
entity: sensor.lumi_livingroom_temperature
|
||||
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
|
||||
- type: sensor
|
||||
entity: sensor.lumi_bedroom_humidity
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 24
|
||||
- type: sensor
|
||||
entity: sensor.lumi_bedroom_temperature
|
||||
name: Temperatur
|
||||
graph: line
|
||||
unit: °C
|
||||
detail: 2
|
||||
hours_to_show: 24
|
||||
|
||||
- type: grid
|
||||
title: Gästezimmer
|
||||
columns: 2
|
||||
square: true
|
||||
cards:
|
||||
- type: sensor
|
||||
entity: sensor.lumi_guestroom_humidity
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 24
|
||||
- type: sensor
|
||||
entity: sensor.lumi_guestroom_temperature
|
||||
name: Temperatur
|
||||
graph: line
|
||||
unit: °C
|
||||
detail: 2
|
||||
hours_to_show: 24
|
||||
|
||||
- type: grid
|
||||
title: Büro
|
||||
columns: 2
|
||||
square: true
|
||||
cards:
|
||||
- type: sensor
|
||||
entity: sensor.lumi_office_humidity
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 24
|
||||
- type: sensor
|
||||
entity: sensor.lumi_office_temperature
|
||||
name: Temperatur
|
||||
graph: line
|
||||
unit: °C
|
||||
detail: 2
|
||||
hours_to_show: 24
|
||||
|
||||
- type: grid
|
||||
title: Dachboden
|
||||
columns: 2
|
||||
square: true
|
||||
cards:
|
||||
- type: sensor
|
||||
entity: sensor.attic_humidity_2
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 24
|
||||
- type: sensor
|
||||
entity: sensor.attic_temperature_2
|
||||
name: Temperatur
|
||||
graph: line
|
||||
unit: °C
|
||||
detail: 2
|
||||
hours_to_show: 24
|
||||
|
||||
@@ -1,24 +1,42 @@
|
||||
title: Lichter
|
||||
path: lights
|
||||
icon: 'mdi:lightbulb'
|
||||
cards:
|
||||
- type: light
|
||||
entity: light.kuchen_theke
|
||||
name: Küchen-Theke
|
||||
- type: light
|
||||
entity: light.stimmungslicht
|
||||
name: Stimmungslicht
|
||||
- type: light
|
||||
entity: light.ambilight
|
||||
name: Ambilight
|
||||
- type: light
|
||||
entity: light.lichterkette
|
||||
name: Lichterkette (Garten)
|
||||
- type: light
|
||||
entity: light.esstisch
|
||||
name: Esstisch
|
||||
- type: light
|
||||
entity: light.tint_rgb_gu10_1
|
||||
name: Kinderbad
|
||||
- type: grid
|
||||
title: Erdgeschoss
|
||||
columns: 3
|
||||
suqare: true
|
||||
cards:
|
||||
- type: light
|
||||
entity: light.kuchen_theke
|
||||
name: Küchen-Theke
|
||||
- type: light
|
||||
entity: light.esstisch
|
||||
name: Esstisch
|
||||
- type: light
|
||||
entity: light.stimmungslicht
|
||||
name: Stimmungslicht
|
||||
- type: light
|
||||
entity: light.ambilight
|
||||
name: Ambilight
|
||||
- type: light
|
||||
entity: light.lichterkette
|
||||
name: Garten
|
||||
|
||||
- type: grid
|
||||
title: 1. Stock
|
||||
columns: 3
|
||||
suqare: true
|
||||
cards:
|
||||
- type: light
|
||||
entity: light.office_rgb
|
||||
name: Bürolicht
|
||||
- type: light
|
||||
entity: light.lichtleiste
|
||||
name: Schreibtischlicht
|
||||
- type: light
|
||||
entity: light.tint_rgb_gu10_1
|
||||
name: Kinderbad
|
||||
|
||||
- type: vertical-stack
|
||||
title: Studio
|
||||
@@ -29,19 +47,11 @@ cards:
|
||||
- type: entities
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: light.philips_iris
|
||||
name: Iris
|
||||
- entity: switch.onair_lamp_recording
|
||||
name: Studio Aufnahme
|
||||
icon: mdi:camera-rear
|
||||
- entity: switch.osram_plug_01_57b6060a_on_off
|
||||
name: Studio Ringlicht
|
||||
icon: mdi:checkbox-blank-circle-outline
|
||||
|
||||
- type: vertical-stack
|
||||
title: Büro
|
||||
cards:
|
||||
- type: light
|
||||
entity: light.office_rgb
|
||||
name: Deckenlicht
|
||||
- type: light
|
||||
entity: light.lichtleiste
|
||||
name: Schreibtischlicht
|
||||
|
||||
@@ -1,20 +1,9 @@
|
||||
title: Wohnzimmer
|
||||
path: livingroom
|
||||
title: Media
|
||||
path: media
|
||||
icon: 'mdi:theater'
|
||||
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
|
||||
- type: media-control
|
||||
entity: media_player.spotify
|
||||
|
||||
# Denon + Harmony
|
||||
- type: vertical-stack
|
||||
@@ -45,14 +34,11 @@ cards:
|
||||
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
|
||||
@@ -3,6 +3,10 @@ path: network
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: entity
|
||||
entity: sensor.myip
|
||||
name: Öffentliche IP
|
||||
icon: mdi:earth
|
||||
- type: gauge
|
||||
entity: sensor.adguard_average_processing_speed
|
||||
max: 100
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
title: Übersicht
|
||||
path: overview
|
||||
icon: "mdi:tablet-dashboard"
|
||||
cards:
|
||||
- type: conditional
|
||||
conditions:
|
||||
@@ -16,11 +17,12 @@ cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:weather-card
|
||||
entity: weather.openweathermap
|
||||
name: Wetter
|
||||
- type: iframe
|
||||
url: !secret iframe_windy
|
||||
aspect_ratio: 75%
|
||||
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%
|
||||
@@ -45,7 +47,7 @@ cards:
|
||||
- person.florian
|
||||
- person.jenny
|
||||
- type: map
|
||||
aspect_ratio: 75%
|
||||
default_zoom: 15
|
||||
entities:
|
||||
- zone.home
|
||||
aspect_ratio: 60%
|
||||
entities:
|
||||
- device_tracker.sm_g985f
|
||||
- device_tracker.pixel_4
|
||||
@@ -1,8 +1,48 @@
|
||||
title: Mäheroboter
|
||||
path: mower
|
||||
title: Roboter
|
||||
path: robots
|
||||
badges: []
|
||||
icon: 'mdi:robot-vacuum-variant'
|
||||
cards:
|
||||
# Dobby
|
||||
- type: 'custom:vacuum-card'
|
||||
entity: vacuum.dobby
|
||||
map: camera.deebot_dobby_live_map
|
||||
stats:
|
||||
default:
|
||||
- entity_id: sensor.dobby_heap
|
||||
unit: Stunden
|
||||
subtitle: Filter
|
||||
- entity_id: sensor.dobby_sidebrush
|
||||
unit: Stunden
|
||||
subtitle: Seitenbürste
|
||||
- entity_id: sensor.dobby_brush
|
||||
unit: Stunden
|
||||
subtitle: Hauptbürste
|
||||
cleaning:
|
||||
- entity_id: sensor.dobby_stats_area
|
||||
unit: m2
|
||||
subtitle: Gereinigter Bereich
|
||||
- entity_id: sensor.dobby_stats_time
|
||||
unit: Minuten
|
||||
subtitle: Dauer
|
||||
actions:
|
||||
- name: Wohnzimmer
|
||||
service: script.vacuum_living_room
|
||||
icon: 'mdi:sofa'
|
||||
- name: Küche
|
||||
service: script.vacuum_kitchen
|
||||
icon: 'mdi:pot-steam'
|
||||
- name: Esszimmer
|
||||
service: script.vacuum_dining_room
|
||||
icon: 'mdi:table-furniture'
|
||||
- name: HWR
|
||||
service: script.vacuum_laundry
|
||||
icon: 'mdi:washing-machine'
|
||||
- name: Flur
|
||||
service: script.vacuum_corridor
|
||||
icon: 'mdi:door'
|
||||
|
||||
# Hans-Dieter
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- elements:
|
||||
@@ -1,5 +0,0 @@
|
||||
icon: mdi:spotify
|
||||
path: spotify
|
||||
cards:
|
||||
- type: media-control
|
||||
entity: media_player.spotify
|
||||
مرجع در شماره جدید
Block a user