Compare commits
4 Commits
fe081bf145
...
aea16e59c4
| Author | SHA1 | Date | |
|---|---|---|---|
| aea16e59c4 | |||
| 48bfa10bf7 | |||
| 80560ef9aa | |||
| ab46bff258 |
@@ -1 +1 @@
|
||||
2025.10.2
|
||||
2025.11.2
|
||||
@@ -462,17 +462,17 @@
|
||||
- id: '1630914505161'
|
||||
alias: Beim Verlassen der Wohnung alles abschalten
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: zone
|
||||
entity_id: person.marcus_scholz
|
||||
triggers:
|
||||
- entity_id: person.marcus_scholz
|
||||
zone: zone.home
|
||||
event: leave
|
||||
condition:
|
||||
trigger: zone
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: person.marianna_scholz
|
||||
state: not_home
|
||||
enabled: false
|
||||
action:
|
||||
actions:
|
||||
- target:
|
||||
area_id:
|
||||
- wohnzimmer
|
||||
@@ -489,6 +489,13 @@
|
||||
device_id: 5a08ac4c3b3893b540a9934fa92dccfa
|
||||
entity_id: switch.flur_raumduft
|
||||
domain: switch
|
||||
- action: light.turn_off
|
||||
metadata: {}
|
||||
data: {}
|
||||
target:
|
||||
device_id:
|
||||
- 231cd7ec37e32690faf126105b03ee02
|
||||
- a6d24e7d93c114723bf525e9eac1c2df
|
||||
- type: turn_off
|
||||
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
||||
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
||||
@@ -1268,7 +1275,8 @@
|
||||
data:
|
||||
push:
|
||||
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
|
||||
- conditions:
|
||||
- condition: template
|
||||
@@ -1279,7 +1287,8 @@
|
||||
data:
|
||||
push:
|
||||
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
|
||||
mode: single
|
||||
- id: '1757574193367'
|
||||
|
||||
@@ -38,6 +38,14 @@ mqtt_statestream: !include mqtt_statestream.yaml
|
||||
# Template sensors
|
||||
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: !include calendars.yaml
|
||||
|
||||
|
||||
@@ -3,14 +3,6 @@
|
||||
display_options:
|
||||
- 'time'
|
||||
- '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
|
||||
- platform: snmp
|
||||
|
||||
Reference in New Issue
Block a user