Compare commits

...

4 Commits

Author SHA1 Message Date
aea16e59c4 Changed doorbell text. 2025-11-20 15:37:25 +01:00
48bfa10bf7 Update HA. 2025-11-20 15:36:57 +01:00
80560ef9aa Moved DB size sensor due to HA breaking change. 2025-11-20 15:36:41 +01:00
ab46bff258 Moved DB size sensor due to HA breaking change. 2025-11-20 15:36:15 +01:00
4 changed files with 25 additions and 16 deletions

View File

@@ -1 +1 @@
2025.10.2 2025.11.2

View File

@@ -462,17 +462,17 @@
- id: '1630914505161' - id: '1630914505161'
alias: Beim Verlassen der Wohnung alles abschalten alias: Beim Verlassen der Wohnung alles abschalten
description: '' description: ''
trigger: triggers:
- platform: zone - entity_id: person.marcus_scholz
entity_id: person.marcus_scholz
zone: zone.home zone: zone.home
event: leave event: leave
condition: trigger: zone
conditions:
- condition: state - condition: state
entity_id: person.marianna_scholz entity_id: person.marianna_scholz
state: not_home state: not_home
enabled: false enabled: false
action: actions:
- target: - target:
area_id: area_id:
- wohnzimmer - wohnzimmer
@@ -489,6 +489,13 @@
device_id: 5a08ac4c3b3893b540a9934fa92dccfa device_id: 5a08ac4c3b3893b540a9934fa92dccfa
entity_id: switch.flur_raumduft entity_id: switch.flur_raumduft
domain: switch domain: switch
- action: light.turn_off
metadata: {}
data: {}
target:
device_id:
- 231cd7ec37e32690faf126105b03ee02
- a6d24e7d93c114723bf525e9eac1c2df
- type: turn_off - type: turn_off
device_id: c4ead7f6227e2ee4c43c4b0df829cd84 device_id: c4ead7f6227e2ee4c43c4b0df829cd84
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0 entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
@@ -1268,7 +1275,8 @@
data: data:
push: push:
interruption-level: time-sensitive interruption-level: time-sensitive
message: Türklingel (außen) message: Jemand hat an der Haustür geklingelt
title: Türklingel (außen)
action: notify.alle_mobilen_gerate action: notify.alle_mobilen_gerate
- conditions: - conditions:
- condition: template - condition: template
@@ -1279,7 +1287,8 @@
data: data:
push: push:
interruption-level: time-sensitive interruption-level: time-sensitive
message: Türklingel (innen) message: Jemand hat an der Wohnungstür geklingelt
title: Türklingel (innen)
action: notify.alle_mobilen_gerate action: notify.alle_mobilen_gerate
mode: single mode: single
- id: '1757574193367' - id: '1757574193367'

View File

@@ -38,6 +38,14 @@ mqtt_statestream: !include mqtt_statestream.yaml
# Template sensors # Template sensors
template: !include template.yaml template: !include template.yaml
# Database size sensor
sql:
- name: "Home Assistant Datenbankgröße"
db_url: !secret ha_recorder_dburl
query: 'SELECT table_schema "database", Round(Sum(data_length + index_length) / 1048576, 2) "value" FROM information_schema.tables WHERE table_schema="homeassistant" GROUP BY table_schema;'
column: 'value'
unit_of_measurement: MB
# calendar integration # calendar integration
calendar: !include calendars.yaml calendar: !include calendars.yaml

View File

@@ -3,14 +3,6 @@
display_options: display_options:
- 'time' - 'time'
- 'date' - 'date'
# Database size sensor
- platform: sql
db_url: !secret ha_recorder_dburl
queries:
- name: "Home Assistant Datenbankgröße"
query: 'SELECT table_schema "database", Round(Sum(data_length + index_length) / 1048576, 2) "value" FROM information_schema.tables WHERE table_schema="homeassistant" GROUP BY table_schema;'
column: 'value'
unit_of_measurement: MB
# SNMP (Juniper) router traffic sensor # SNMP (Juniper) router traffic sensor
- platform: snmp - platform: snmp