updates
This commit is contained in:
414
automations.yaml
414
automations.yaml
@@ -44,21 +44,22 @@
|
||||
- id: '1589377976830'
|
||||
alias: Alarm Martin Handy
|
||||
description: ''
|
||||
trigger:
|
||||
triggers:
|
||||
- entity_id: binary_sensor.gang_bewegungsmelder_schlafzimmer, binary_sensor.gang_bewegungsmelder_ost,
|
||||
binary_sensor.gang_bewegungsmelder_mitte
|
||||
from: 'off'
|
||||
platform: state
|
||||
to: 'on'
|
||||
condition: []
|
||||
action:
|
||||
- service: notify.mobile_app_iphone_von_martin
|
||||
trigger: state
|
||||
conditions: []
|
||||
actions:
|
||||
- action: notify.mobile_app_iphone16_von_martin
|
||||
data:
|
||||
message: Bewegung im Gang
|
||||
title: Alarm
|
||||
- data:
|
||||
message: Bewegung im Gang
|
||||
title: Alarm
|
||||
service: notify.mobile_app_martins_ipad
|
||||
action: notify.mobile_app_martins_ipad
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 2
|
||||
@@ -68,94 +69,79 @@
|
||||
- id: '1598594894559'
|
||||
alias: KlingelknopfGartensäuleAufMobileGeräte
|
||||
description: Push Notification auf Martin Handy, Rebecca Handy und iPad
|
||||
trigger:
|
||||
triggers:
|
||||
- entity_id:
|
||||
- binary_sensor.klingelknopfgartensaeule
|
||||
from: 'off'
|
||||
platform: state
|
||||
to: 'on'
|
||||
condition: []
|
||||
action:
|
||||
- service: notify.mobile_app_iphone_von_martin
|
||||
trigger: state
|
||||
conditions: []
|
||||
actions:
|
||||
- action: notify.mobile_app_iphone_von_rebecca
|
||||
metadata: {}
|
||||
data:
|
||||
message: Jemand hat an der Briefkastensäule geklingelt
|
||||
title: "\U0001F514\U0001F4EA Klingel"
|
||||
- service: notify.mobile_app_rebeccahandysamsung
|
||||
- action: notify.mobile_app_martin_ipadprom4
|
||||
metadata: {}
|
||||
data:
|
||||
message: Jemand hat an der Briefkastensäule geklingelt
|
||||
title: "\U0001F514\U0001F4EA Klingel"
|
||||
- service: notify.mobile_app_martins_ipad
|
||||
- action: notify.mobile_app_martin_iphonepro16
|
||||
metadata: {}
|
||||
data:
|
||||
title: "\U0001F514\U0001F4EA Klingel"
|
||||
message: Jemand hat an der Briefkastensäule geklingelt
|
||||
title: "\U0001F514\U0001F4EA Klingel"
|
||||
mode: single
|
||||
- id: '1606655282153'
|
||||
alias: Weihnachtslichter an morgens um 6
|
||||
alias: Weihnachtslichter an morgens um 7
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: 06:00
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
data: {}
|
||||
entity_id:
|
||||
- switch.tasmota02
|
||||
- switch.tasmota04
|
||||
- switch.tasmota05
|
||||
- switch.tasmota06
|
||||
triggers:
|
||||
- at: 07:00:00
|
||||
trigger: time
|
||||
conditions: []
|
||||
actions:
|
||||
- data: {}
|
||||
entity_id: switch.weihnachtslichter_unten
|
||||
action: switch.turn_on
|
||||
mode: single
|
||||
- id: '1607412098745'
|
||||
alias: Weihnachtslichter aus morgens
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: sun
|
||||
event: sunrise
|
||||
offset: 00:15:00
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_off
|
||||
data: {}
|
||||
entity_id:
|
||||
- switch.tasmota02
|
||||
- switch.tasmota04
|
||||
- switch.tasmota05
|
||||
- switch.tasmota06
|
||||
triggers:
|
||||
- event: sunrise
|
||||
offset: 00:20:00
|
||||
trigger: sun
|
||||
conditions: []
|
||||
actions:
|
||||
- data: {}
|
||||
entity_id: switch.weihnachtslichter_unten
|
||||
action: switch.turn_off
|
||||
mode: single
|
||||
- id: '1607412144113'
|
||||
alias: Weihnachtslichter An Abends
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: sun
|
||||
event: sunset
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
data: {}
|
||||
entity_id:
|
||||
- switch.tasmota02
|
||||
- switch.tasmota04
|
||||
- switch.tasmota05
|
||||
- switch.tasmota06
|
||||
triggers:
|
||||
- event: sunset
|
||||
trigger: sun
|
||||
offset: -00:20:00
|
||||
conditions: []
|
||||
actions:
|
||||
- data: {}
|
||||
entity_id: switch.weihnachtslichter_unten
|
||||
action: switch.turn_on
|
||||
mode: single
|
||||
- id: '1607412210097'
|
||||
alias: Weihnachtslichter Aus Abends
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '22:30'
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_off
|
||||
data: {}
|
||||
entity_id:
|
||||
- switch.tasmota02
|
||||
- switch.tasmota04
|
||||
- switch.tasmota05
|
||||
- switch.tasmota06
|
||||
triggers:
|
||||
- at: '22:45:00'
|
||||
trigger: time
|
||||
conditions: []
|
||||
actions:
|
||||
- data: {}
|
||||
entity_id: switch.weihnachtslichter_unten
|
||||
action: switch.turn_off
|
||||
mode: single
|
||||
- id: '1612028092169'
|
||||
alias: Bewegungsmelder Schlafzimmer Nacht
|
||||
@@ -194,23 +180,27 @@
|
||||
entity_id: light.bett_martin, light.bett_rebecca
|
||||
mode: single
|
||||
- id: '1632393568599'
|
||||
alias: Herd vorgeheizt -> iPad
|
||||
alias: Herd vorgeheizt -> iPhoneMartin
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.backofen_verbrauch
|
||||
triggers:
|
||||
- entity_id: sensor.backofen_verbrauch
|
||||
below: '20'
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 5
|
||||
milliseconds: 0
|
||||
condition: []
|
||||
action:
|
||||
- service: notify.mobile_app_martins_ipad
|
||||
trigger: numeric_state
|
||||
conditions: []
|
||||
actions:
|
||||
- action: notify.mobile_app_martin_iphonepro16
|
||||
metadata: {}
|
||||
data:
|
||||
title: Herd vorgeheizt
|
||||
message: herd ist heiss :)
|
||||
message: Herd ist heiss
|
||||
- action: notify.mobile_app_martin_ipadprom4
|
||||
metadata: {}
|
||||
data:
|
||||
message: Herd ist heiss
|
||||
mode: single
|
||||
- id: '1633435293611'
|
||||
alias: Gang Bogen Nachtlicht
|
||||
@@ -263,7 +253,7 @@
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: 02:00:00
|
||||
at: 04:00:00
|
||||
condition: []
|
||||
action:
|
||||
- service: cover.close_cover
|
||||
@@ -276,123 +266,104 @@
|
||||
- id: '1669014477577'
|
||||
alias: Weihnachtslichter oben 01 morgens an um 7
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: 07:00:00
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
data: {}
|
||||
triggers:
|
||||
- at: 07:00:00
|
||||
trigger: time
|
||||
conditions: []
|
||||
actions:
|
||||
- data: {}
|
||||
action: switch.turn_on
|
||||
target:
|
||||
entity_id: switch.tasmota06
|
||||
entity_id: switch.tasmota01
|
||||
mode: single
|
||||
- id: '1669014568292'
|
||||
alias: Weihnachtslichter oben 02 morgens aus um 9
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: 09:00:00
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_off
|
||||
data: {}
|
||||
triggers:
|
||||
- at: 09:00:00
|
||||
trigger: time
|
||||
conditions: []
|
||||
actions:
|
||||
- data: {}
|
||||
action: switch.turn_off
|
||||
target:
|
||||
entity_id: switch.tasmota06
|
||||
entity_id: switch.tasmota01
|
||||
mode: single
|
||||
- id: '1669014612655'
|
||||
alias: Weihnachtslichter oben 03 abends an 16:30
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '16:30:00'
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
data: {}
|
||||
triggers:
|
||||
- at: '16:30:00'
|
||||
trigger: time
|
||||
conditions: []
|
||||
actions:
|
||||
- data: {}
|
||||
action: switch.turn_on
|
||||
target:
|
||||
entity_id: switch.tasmota06
|
||||
entity_id: switch.tasmota01
|
||||
mode: single
|
||||
- id: '1669014682496'
|
||||
alias: Weihnachtslichter oben 04 abends aus 22:00
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '22:00:00'
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_off
|
||||
data: {}
|
||||
triggers:
|
||||
- at: '22:00:00'
|
||||
trigger: time
|
||||
conditions: []
|
||||
actions:
|
||||
- data: {}
|
||||
action: switch.turn_off
|
||||
target:
|
||||
entity_id: switch.tasmota06
|
||||
entity_id: switch.tasmota01
|
||||
mode: single
|
||||
- id: '1693231134539'
|
||||
alias: Pool Pumpe ein um 9 und 17 Uhr
|
||||
alias: 'Pool Pumpe ein: 5:00, 20:30'
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: 09:00:00
|
||||
- platform: time
|
||||
at: '17:00:00'
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
data: {}
|
||||
triggers:
|
||||
- at: 05:00:00
|
||||
trigger: time
|
||||
- at: '20:30:00'
|
||||
trigger: time
|
||||
conditions: []
|
||||
actions:
|
||||
- data: {}
|
||||
target:
|
||||
entity_id: switch.poolpumpe_speed1
|
||||
action: switch.turn_on
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 2
|
||||
milliseconds: 0
|
||||
- service: switch.turn_off
|
||||
data: {}
|
||||
- data: {}
|
||||
target:
|
||||
entity_id: switch.poolpumpe_speed1
|
||||
action: switch.turn_off
|
||||
mode: single
|
||||
- id: '1693231202553'
|
||||
alias: Pool Pumpe aus um 10:15 und 18:15
|
||||
alias: Pool Pumpe aus 8:00, 22:30, 1:00
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '10:15:00'
|
||||
- platform: time
|
||||
at: '18:15:00'
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
data: {}
|
||||
triggers:
|
||||
- at: 08:00:00
|
||||
trigger: time
|
||||
- at: '22:30:00'
|
||||
trigger: time
|
||||
- trigger: time
|
||||
at: 01:00:00
|
||||
conditions: []
|
||||
actions:
|
||||
- data: {}
|
||||
target:
|
||||
entity_id: switch.poolpumpe_speed_off
|
||||
action: switch.turn_on
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 2
|
||||
seconds: 5
|
||||
milliseconds: 0
|
||||
- service: switch.turn_off
|
||||
data: {}
|
||||
- data: {}
|
||||
target:
|
||||
entity_id: switch.poolpumpe_speed_off
|
||||
mode: single
|
||||
- id: '1693845791544'
|
||||
alias: Sprinkler alle 2 stunden
|
||||
description: Sprinkler an für 3 minuten um 10,12,14,16,18,20 Uhr
|
||||
trigger:
|
||||
- platform: time
|
||||
at:
|
||||
- '10:00:00'
|
||||
- '11:00:00'
|
||||
- '12:00:00'
|
||||
- '13:00:00'
|
||||
- '14:00:00'
|
||||
- '15:00:00'
|
||||
- '16:00:00'
|
||||
- '18:00:00'
|
||||
- '20:00:00'
|
||||
condition: []
|
||||
action:
|
||||
- service: script.sprinkler_an_5_minuten
|
||||
data:
|
||||
minutes: 3
|
||||
action: switch.turn_off
|
||||
mode: single
|
||||
- id: '1693849132880'
|
||||
alias: Eingangslichter Beet an wenn Haustur licht an
|
||||
@@ -557,7 +528,7 @@
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '22:00:00'
|
||||
at: 00:30:00
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_off
|
||||
@@ -638,25 +609,25 @@
|
||||
- id: '1709737843307'
|
||||
alias: KlingelknopfHaustuerUntenAufMobileGeräte
|
||||
description: Push Notification auf Martin Handy, Rebecca Handy und iPad
|
||||
trigger:
|
||||
triggers:
|
||||
- entity_id:
|
||||
- binary_sensor.klingelknopfhaustuerunten
|
||||
from: 'off'
|
||||
platform: state
|
||||
to: 'on'
|
||||
condition: []
|
||||
action:
|
||||
- service: notify.mobile_app_iphone_von_martin
|
||||
trigger: state
|
||||
conditions: []
|
||||
actions:
|
||||
- action: notify.mobile_app_iphone_von_rebecca
|
||||
metadata: {}
|
||||
data:
|
||||
message: Jemand hat an der Haustür unten geklingelt
|
||||
title: "\U0001F514 \U0001F6AA Klingel"
|
||||
- service: notify.mobile_app_rebeccahandysamsung
|
||||
- action: notify.mobile_app_martin_ipadprom4
|
||||
metadata: {}
|
||||
data:
|
||||
message: Jemand hat an der Haustür unten geklingelt
|
||||
title: "\U0001F514 \U0001F6AA Klingel"
|
||||
- service: notify.mobile_app_martins_ipad
|
||||
- action: notify.mobile_app_martin_iphonepro16
|
||||
metadata: {}
|
||||
data:
|
||||
title: "\U0001F514 \U0001F6AA Klingel"
|
||||
@@ -665,22 +636,123 @@
|
||||
- id: '1709738037256'
|
||||
alias: KlingelknopfInnentürAufMobileGeräte
|
||||
description: Push Notification auf Martin Handy und iPad
|
||||
trigger:
|
||||
triggers:
|
||||
- entity_id:
|
||||
- binary_sensor.klingelknopfinnentuer
|
||||
from: 'off'
|
||||
platform: state
|
||||
to: 'on'
|
||||
trigger: state
|
||||
conditions: []
|
||||
actions:
|
||||
- action: notify.mobile_app_iphone_von_rebecca
|
||||
metadata: {}
|
||||
data:
|
||||
message: Jemand hat an der Innentür geklingelt
|
||||
title: Klingel Innen
|
||||
- action: notify.mobile_app_martin_iphonepro16
|
||||
metadata: {}
|
||||
data:
|
||||
message: Jemand hat an der Innentür geklingelt
|
||||
title: Klingel Innen
|
||||
mode: single
|
||||
- id: '1715632353191'
|
||||
alias: Kinderzimmer Rollo zu um 4 nachts
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: 04:00:00
|
||||
condition: []
|
||||
action:
|
||||
- service: notify.mobile_app_iphone_von_martin
|
||||
- service: cover.close_cover
|
||||
metadata: {}
|
||||
data:
|
||||
message: Jemand hat an der Innentür geklingelt
|
||||
title: "\U0001F56D Klingel Innen"
|
||||
- service: notify.mobile_app_martins_ipad
|
||||
metadata: {}
|
||||
data:
|
||||
title: "\U0001F56D Klingel Innen"
|
||||
message: Jemand hat an der Innentür geklingelt
|
||||
data: {}
|
||||
target:
|
||||
entity_id: cover.kinderzimmer_rollo
|
||||
mode: single
|
||||
- id: '1718390440758'
|
||||
alias: Sprinkler Beet West aus 4min
|
||||
description: ''
|
||||
use_blueprint:
|
||||
path: homeassistant/auto_off.yaml
|
||||
input:
|
||||
the_device: switch.ventil_beet_west
|
||||
duration_until_off:
|
||||
hours: 0
|
||||
minutes: 3
|
||||
seconds: 0
|
||||
- id: '1718390486813'
|
||||
alias: Beete Eingang & Hochbeet Tropfschlauch nach 15min
|
||||
description: ''
|
||||
use_blueprint:
|
||||
path: homeassistant/auto_off.yaml
|
||||
input:
|
||||
the_device: switch.ventil_giessanlage_vorne
|
||||
duration_until_off:
|
||||
hours: 0
|
||||
minutes: 15
|
||||
seconds: 0
|
||||
- id: '1721931988033'
|
||||
alias: Sprinkler Beet Süd aus 4min
|
||||
description: ''
|
||||
use_blueprint:
|
||||
path: homeassistant/auto_off.yaml
|
||||
input:
|
||||
duration_until_off:
|
||||
hours: 0
|
||||
minutes: 3
|
||||
seconds: 0
|
||||
the_device: switch.ventil_beet_sued
|
||||
- id: '1786086669295'
|
||||
alias: Giessanlage um 21:30
|
||||
description: ''
|
||||
triggers:
|
||||
- trigger: time
|
||||
at: '21:30:00'
|
||||
conditions: []
|
||||
actions:
|
||||
- action: switch.turn_on
|
||||
metadata: {}
|
||||
target:
|
||||
entity_id: switch.ventil_sprinkler_sud
|
||||
data: {}
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 7
|
||||
seconds: 0
|
||||
milliseconds: 0
|
||||
- action: switch.turn_off
|
||||
metadata: {}
|
||||
target:
|
||||
entity_id: switch.ventil_sprinkler_sud
|
||||
data: {}
|
||||
- action: switch.turn_on
|
||||
metadata: {}
|
||||
target:
|
||||
entity_id: switch.ventil_giessanlage_vorne
|
||||
data: {}
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 15
|
||||
seconds: 0
|
||||
milliseconds: 0
|
||||
- action: switch.turn_off
|
||||
metadata: {}
|
||||
target:
|
||||
entity_id: switch.ventil_giessanlage_vorne
|
||||
data: {}
|
||||
- action: switch.turn_on
|
||||
metadata: {}
|
||||
target:
|
||||
entity_id: switch.ventil_beet_sued
|
||||
data: {}
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 5
|
||||
seconds: 0
|
||||
milliseconds: 0
|
||||
- action: switch.turn_off
|
||||
metadata: {}
|
||||
target:
|
||||
entity_id: switch.ventil_beet_sued
|
||||
data: {}
|
||||
mode: single
|
||||
|
||||
Reference in New Issue
Block a user