- Introduced a new lock file for Home Assistant run state management. - Updated automations.yaml to enhance doorbell notification handling and streamline automation sequences. - Refactored scripts.yaml to unify mobile notification actions. - Added new KNX configurations for color control and additional switches. - Created a new mobile dashboard configuration for improved user interface. - Added multiple new dark icons for various integrations to enhance visual representation.
2647 lines
55 KiB
YAML
2647 lines
55 KiB
YAML
- id: '1742925721017'
|
|
alias: Klingel Haustür
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- sensor.8000_state
|
|
to: In use
|
|
conditions:
|
|
- condition: state
|
|
entity_id: sensor.8000_connected_line
|
|
attribute: Exten
|
|
state: '7001'
|
|
actions:
|
|
- parallel:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.schlaffmodus
|
|
state: 'off'
|
|
then:
|
|
- action: media_player.play_media
|
|
target:
|
|
entity_id:
|
|
- media_player.kuche
|
|
- media_player.gallerie
|
|
- media_player.buedzemmer
|
|
data:
|
|
announce: true
|
|
extra:
|
|
volume: 70
|
|
media:
|
|
media_content_id: media-source://media_source/local/hass_media/doorbell.wav
|
|
media_content_type: audio/x-wav
|
|
metadata: {}
|
|
- sequence:
|
|
- action: camera.snapshot
|
|
metadata: {}
|
|
data:
|
|
filename: /config/www/snapshot/doorbell.jpg
|
|
target:
|
|
entity_id: camera.haustur
|
|
- action: script.cobe_haus_benachrichtigung_mit_bild
|
|
metadata: {}
|
|
data:
|
|
title: COBE Haus - Hausdier
|
|
message: Et ass een un der Hausdier.
|
|
image: https://hass.cobe.space/local/snapshot/doorbell.jpg
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.videophone_anzeigen
|
|
- delay:
|
|
hours: 0
|
|
minutes: 2
|
|
seconds: 0
|
|
milliseconds: 0
|
|
- action: input_boolean.turn_off
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.videophone_anzeigen
|
|
mode: restart
|
|
- id: '1743358810428'
|
|
alias: Einschlaffmodus einschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- binary_sensor.einschlaffmodus_zeitsensor
|
|
from: 'off'
|
|
to: 'on'
|
|
- trigger: state
|
|
entity_id:
|
|
- binary_sensor.schlaffmodus_helligkeit
|
|
for:
|
|
hours: 0
|
|
minutes: 5
|
|
seconds: 0
|
|
from: 'off'
|
|
to: 'on'
|
|
conditions:
|
|
- condition: state
|
|
entity_id: input_boolean.einschlaffmodus
|
|
state: 'off'
|
|
- condition: state
|
|
entity_id: input_boolean.schlaffmodus
|
|
state: 'off'
|
|
- condition: state
|
|
entity_id: binary_sensor.einschlaffmodus_zeitsensor
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: binary_sensor.schlaffmodus_helligkeit
|
|
state: 'on'
|
|
actions:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.einschlaffmodus
|
|
mode: single
|
|
- id: '1743361311728'
|
|
alias: Schlaffmodus einschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '22:00:00'
|
|
conditions: []
|
|
actions:
|
|
- action: input_boolean.turn_off
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.einschlaffmodus
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.schlaffmodus
|
|
mode: single
|
|
- id: '1743361716570'
|
|
alias: Schlaffmodus ausschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- binary_sensor.aufwachmodus_zeitsensor
|
|
from: 'off'
|
|
to: 'on'
|
|
- trigger: state
|
|
entity_id:
|
|
- binary_sensor.schlaffmodus_helligkeit
|
|
from: 'on'
|
|
to: 'off'
|
|
for:
|
|
hours: 0
|
|
minutes: 5
|
|
seconds: 0
|
|
conditions:
|
|
- condition: state
|
|
entity_id: binary_sensor.aufwachmodus_zeitsensor
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: binary_sensor.schlaffmodus_helligkeit
|
|
state: 'off'
|
|
for:
|
|
hours: 0
|
|
minutes: 5
|
|
seconds: 0
|
|
actions:
|
|
- action: input_boolean.turn_off
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.schlaffmodus
|
|
mode: single
|
|
- id: '1743362231963'
|
|
alias: Rollaten automatisch schließen
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- input_boolean.einschlaffmodus
|
|
from: 'off'
|
|
to: 'on'
|
|
conditions:
|
|
- condition: state
|
|
entity_id: input_boolean.rolladenautomatik
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: input_boolean.rolladen_automatisch_offnen_schliessen
|
|
state: 'on'
|
|
actions:
|
|
- delay:
|
|
minutes: '{{ range(3, 5) | random }}'
|
|
- action: automation.turn_off
|
|
metadata: {}
|
|
data:
|
|
stop_actions: true
|
|
target:
|
|
entity_id: automation.automatik_fur_einzelne_rolladen_blockieren
|
|
- action: cover.close_cover
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
floor_id:
|
|
- erdgeschoss
|
|
entity_id: cover.r_og2_bz_01
|
|
area_id:
|
|
- badezimmer
|
|
- gallerie
|
|
- millie
|
|
- emil
|
|
- action: cover.set_cover_position
|
|
metadata: {}
|
|
data:
|
|
position: 10
|
|
target:
|
|
entity_id: cover.r_og2_sz_01
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 45
|
|
milliseconds: 0
|
|
- action: automation.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: automation.automatik_fur_einzelne_rolladen_blockieren
|
|
mode: single
|
|
- id: '1743363549729'
|
|
alias: Rolladen automatisch öffnen
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- input_boolean.schlaffmodus
|
|
from: 'on'
|
|
to: 'off'
|
|
id: Sleepmode
|
|
- trigger: time
|
|
at: 09:00:00
|
|
id: Timed
|
|
conditions:
|
|
- condition: state
|
|
entity_id: input_boolean.rolladenautomatik
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: input_boolean.rolladen_automatisch_offnen_schliessen
|
|
state: 'on'
|
|
actions:
|
|
- action: automation.turn_off
|
|
metadata: {}
|
|
data:
|
|
stop_actions: true
|
|
target:
|
|
entity_id: automation.automatik_fur_einzelne_rolladen_blockieren
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- Sleepmode
|
|
then:
|
|
- action: cover.open_cover
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
floor_id: erdgeschoss
|
|
area_id:
|
|
- badezimmer
|
|
- gallerie
|
|
- badezimmer_og2
|
|
- millie
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- Timed
|
|
then:
|
|
- action: cover.open_cover
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
area_id:
|
|
- emil
|
|
- schlafzimmer
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 45
|
|
milliseconds: 0
|
|
- action: automation.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: automation.automatik_fur_einzelne_rolladen_blockieren
|
|
mode: single
|
|
- id: '1743363740983'
|
|
alias: Nachtsbeleuchtung einschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- input_boolean.einschlaffmodus
|
|
from: 'off'
|
|
to: 'on'
|
|
- trigger: state
|
|
entity_id:
|
|
- input_boolean.schlaffmodus
|
|
from: 'off'
|
|
to: 'on'
|
|
id: Sleepmode
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- Sleepmode
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
brightness: 1
|
|
target:
|
|
entity_id:
|
|
- light.lda_og1_th_01
|
|
- light.lda_eg_th_01
|
|
else:
|
|
- delay:
|
|
minutes: '{{ range(0, 3) | random }}'
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
brightness: 1
|
|
target:
|
|
entity_id:
|
|
- light.lda_og1_th_01
|
|
- light.lda_eg_th_01
|
|
mode: single
|
|
- id: '1743363942165'
|
|
alias: Nachtsbeleuchtung ausschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- input_boolean.schlaffmodus
|
|
from: 'on'
|
|
to: 'off'
|
|
conditions: []
|
|
actions:
|
|
- action: light.turn_off
|
|
metadata: {}
|
|
target:
|
|
entity_id:
|
|
- light.lda_og1_th_01
|
|
- light.lda_eg_th_01
|
|
data: {}
|
|
mode: single
|
|
- id: '1743597550070'
|
|
alias: Küche im Dashboard anzeigen
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- light.l_eg_ku_01
|
|
- light.lda_eg_ku_01
|
|
- light.lda_eg_ku_02
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: or
|
|
conditions:
|
|
- condition: state
|
|
entity_id: light.l_eg_ku_01
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: light.lda_eg_ku_01
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: light.lda_eg_ku_02
|
|
state: 'on'
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.kuche_anzeigen
|
|
else:
|
|
- action: input_boolean.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.kuche_anzeigen
|
|
mode: single
|
|
- id: '1743598217150'
|
|
alias: Wohzimmer im Dashboard anzeigen
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- light.lda_eg_wz_01
|
|
- light.lda_eg_wz_02
|
|
- light.ld_eg_wz_01
|
|
- light.ld_eg_wz_02
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: or
|
|
conditions:
|
|
- condition: state
|
|
entity_id: light.lda_eg_wz_01
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: light.lda_eg_wz_02
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: light.ld_eg_wz_01
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: light.ld_eg_wz_02
|
|
state: 'on'
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.wohnzimmer_anzeigen
|
|
else:
|
|
- action: input_boolean.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.wohnzimmer_anzeigen
|
|
mode: single
|
|
- id: '1743598510606'
|
|
alias: Emil Zimmer im Dashboard anzeigen
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- light.lda_og1_sz1_01
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: or
|
|
conditions:
|
|
- condition: state
|
|
entity_id: light.lda_og1_sz1_01
|
|
state: 'on'
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.emil_zimmer_anzeigen
|
|
else:
|
|
- action: input_boolean.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.emil_zimmer_anzeigen
|
|
mode: single
|
|
- id: '1743598616558'
|
|
alias: Millie Zimmer im Dashboard anzeigen
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- light.lda_og1_sz2_01
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: or
|
|
conditions:
|
|
- condition: state
|
|
entity_id: light.lda_og1_sz2_01
|
|
state: 'on'
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.millie_zimmer_anzeigen
|
|
else:
|
|
- action: input_boolean.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.millie_zimmer_anzeigen
|
|
mode: single
|
|
- id: '1743598967781'
|
|
alias: Kinder Badzimmer im Dashboard anzeigen
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- light.lda_og1_bz_01
|
|
- light.lda_og1_bz_02
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: or
|
|
conditions:
|
|
- condition: state
|
|
entity_id: light.lda_og1_bz_01
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: light.lda_og1_bz_02
|
|
state: 'on'
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.kinderbadezimmer_anzeigen
|
|
else:
|
|
- action: input_boolean.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.kinderbadezimmer_anzeigen
|
|
mode: single
|
|
- id: '1743599029849'
|
|
alias: Badezimmer im Dashboard anzeigen
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- light.lda_og2_bz_01
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: or
|
|
conditions:
|
|
- condition: state
|
|
entity_id: light.lda_og2_bz_01
|
|
state: 'on'
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.badezimmer_anzeigen
|
|
else:
|
|
- action: input_boolean.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.badezimmer_anzeigen
|
|
mode: single
|
|
- id: '1743599124418'
|
|
alias: Schlaffzimmer im Dashboard anzeigen
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- light.lda_og2_sz_01
|
|
- light.l_og2_sz_02
|
|
- light.l_og2_sz_03
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: or
|
|
conditions:
|
|
- condition: state
|
|
entity_id: light.lda_og2_sz_01
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: light.l_og2_sz_02
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: light.l_og2_sz_03
|
|
state: 'on'
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.schlaffzimmer_anzeigen
|
|
else:
|
|
- action: input_boolean.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.schlaffzimmer_anzeigen
|
|
mode: single
|
|
- id: '1743607057910'
|
|
alias: Beleuchtung OG1 (Treppenhaus)
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.se_og1_fl_pr
|
|
from: 'off'
|
|
to: 'on'
|
|
- trigger: state
|
|
entity_id:
|
|
- binary_sensor.bw_og2_fl
|
|
- binary_sensor.bw_og1_fl
|
|
- binary_sensor.se_eg_wz_treppe_pr
|
|
to: 'on'
|
|
- trigger: state
|
|
entity_id: []
|
|
- trigger: state
|
|
entity_id:
|
|
- binary_sensor.se_eg_treppe_og1_pr
|
|
to: 'on'
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: and
|
|
conditions:
|
|
- condition: state
|
|
entity_id: input_boolean.schlaffmodus
|
|
state: 'off'
|
|
- condition: state
|
|
entity_id: input_boolean.einschlaffmodus
|
|
state: 'off'
|
|
- condition: numeric_state
|
|
entity_id: sensor.se_og1_fl_lux
|
|
below: input_number.helligkeit_flur
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
brightness: 50
|
|
target:
|
|
entity_id:
|
|
- light.lda_eg_th_01
|
|
- light.lda_og1_th_01
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
brightness_pct: 25
|
|
transition: 2
|
|
target:
|
|
entity_id:
|
|
- light.lda_og1_fl_01
|
|
- light.lda_og2_fl_01
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 30
|
|
milliseconds: 0
|
|
- action: light.turn_off
|
|
metadata: {}
|
|
target:
|
|
entity_id:
|
|
- light.lda_eg_th_01
|
|
- light.lda_og1_th_01
|
|
- light.lda_og1_fl_01
|
|
- light.lda_og2_fl_01
|
|
data:
|
|
transition: 2
|
|
- if:
|
|
- condition: and
|
|
conditions:
|
|
- condition: state
|
|
entity_id: input_boolean.schlaffmodus
|
|
state: 'off'
|
|
- condition: state
|
|
entity_id: input_boolean.einschlaffmodus
|
|
state: 'on'
|
|
- condition: numeric_state
|
|
entity_id: sensor.se_og1_fl_lux
|
|
below: input_number.helligkeit_flur
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
transition: 2
|
|
brightness: 50
|
|
target:
|
|
entity_id:
|
|
- light.lda_eg_th_01
|
|
- light.lda_og1_th_01
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
brightness_pct: 25
|
|
transition: 2
|
|
target:
|
|
entity_id:
|
|
- light.lda_og1_fl_01
|
|
- light.lda_og2_fl_01
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 30
|
|
milliseconds: 0
|
|
- action: light.turn_off
|
|
metadata: {}
|
|
target:
|
|
entity_id:
|
|
- light.lda_og1_fl_01
|
|
- light.lda_og2_fl_01
|
|
data:
|
|
transition: 2
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
transition: 2
|
|
brightness: 1
|
|
target:
|
|
entity_id:
|
|
- light.lda_eg_th_01
|
|
- light.lda_og1_th_01
|
|
mode: restart
|
|
- id: '1743656523388'
|
|
alias: Präsenzmelder Eingangsbereich
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.se_au_eg_pr
|
|
to:
|
|
- 'on'
|
|
conditions:
|
|
- condition: numeric_state
|
|
entity_id: sensor.se_au_eg_lux
|
|
below: 20
|
|
actions:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
brightness_pct: 20
|
|
transition: 2
|
|
target:
|
|
entity_id: light.lda_au_ga_01
|
|
- wait_for_trigger:
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.se_au_eg_pr
|
|
to:
|
|
- 'off'
|
|
for:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 5
|
|
continue_on_timeout: false
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 10
|
|
milliseconds: 0
|
|
- action: light.turn_off
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: light.lda_au_ga_01
|
|
mode: restart
|
|
- id: '1743952518641'
|
|
alias: Beschattung Westen
|
|
description: ''
|
|
triggers:
|
|
- trigger: time_pattern
|
|
minutes: /15
|
|
- trigger: numeric_state
|
|
entity_id:
|
|
- sensor.sun_solar_azimuth
|
|
id: ShadeOff
|
|
above: input_number.beschattung_azimut_west_ende
|
|
- trigger: numeric_state
|
|
entity_id:
|
|
- sensor.sun_solar_elevation
|
|
id: ShadeOff
|
|
below: input_number.beschattung_elevation
|
|
- trigger: state
|
|
entity_id:
|
|
- weather.forecast_home
|
|
to:
|
|
- Regnerisch
|
|
- Bewölkt
|
|
- Nebel
|
|
- Strömender Regen
|
|
- Hagel
|
|
- Gewitter, regnerisch
|
|
- Gewitter
|
|
- Schneeregen
|
|
- Schneefall
|
|
- Windig
|
|
- Windig, bewölkt
|
|
id: ShadeOff
|
|
- trigger: state
|
|
entity_id:
|
|
- weather.forecast_home
|
|
conditions:
|
|
- condition: or
|
|
conditions:
|
|
- condition: and
|
|
conditions:
|
|
- condition: numeric_state
|
|
entity_id: sensor.sun_solar_azimuth
|
|
above: input_number.beschattung_azimut_west_start
|
|
below: input_number.beschattung_azimut_west_ende
|
|
- condition: numeric_state
|
|
entity_id: sensor.sun_solar_elevation
|
|
above: input_number.beschattung_elevation
|
|
- condition: or
|
|
conditions:
|
|
- condition: state
|
|
entity_id: weather.forecast_home
|
|
state: partlycloudy
|
|
- condition: state
|
|
entity_id: weather.forecast_home
|
|
state: sunny
|
|
- condition: trigger
|
|
id:
|
|
- ShadeOff
|
|
- condition: state
|
|
entity_id: input_boolean.rolladenautomatik
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: input_boolean.rolladen_automatisch_beschatten
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: input_boolean.schlaffmodus
|
|
state: 'off'
|
|
- condition: state
|
|
entity_id: input_boolean.einschlaffmodus
|
|
state: 'off'
|
|
actions:
|
|
- action: automation.turn_off
|
|
metadata: {}
|
|
data:
|
|
stop_actions: true
|
|
target:
|
|
entity_id: automation.automatik_fur_einzelne_rolladen_blockieren
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- ShadeOff
|
|
then:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.block_r_eg_wz_01
|
|
state: 'off'
|
|
then:
|
|
- action: cover.open_cover
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: cover.r_eg_wz_01
|
|
else:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.block_r_eg_wz_01
|
|
state: 'off'
|
|
then:
|
|
- action: cover.set_cover_position
|
|
metadata: {}
|
|
data:
|
|
position: 20
|
|
target:
|
|
entity_id: cover.r_eg_wz_01
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- ShadeOff
|
|
then:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.block_r_eg_wz_02
|
|
state: 'off'
|
|
then:
|
|
- action: cover.open_cover
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: cover.r_eg_wz_02
|
|
else:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.block_r_eg_wz_02
|
|
state: 'off'
|
|
then:
|
|
- action: cover.set_cover_position
|
|
metadata: {}
|
|
data:
|
|
position: 20
|
|
target:
|
|
entity_id:
|
|
- cover.r_eg_wz_02
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- ShadeOff
|
|
then:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.block_r_og1_bi_01
|
|
state: 'off'
|
|
then:
|
|
- action: cover.open_cover
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id:
|
|
- cover.r_og1_bi_01
|
|
else:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.block_r_og1_bi_01
|
|
state: 'off'
|
|
then:
|
|
- action: cover.set_cover_position
|
|
metadata: {}
|
|
data:
|
|
position: 20
|
|
target:
|
|
entity_id: cover.r_og1_bi_01
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- ShadeOff
|
|
then:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.block_r_og1_sz1_01
|
|
state: 'off'
|
|
then:
|
|
- action: cover.open_cover
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: cover.r_og1_sz1_01
|
|
else:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.block_r_og1_sz1_01
|
|
state: 'off'
|
|
then:
|
|
- action: cover.set_cover_position
|
|
metadata: {}
|
|
data:
|
|
position: 10
|
|
target:
|
|
entity_id:
|
|
- cover.r_og1_sz1_01
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 45
|
|
milliseconds: 0
|
|
- action: automation.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: automation.automatik_fur_einzelne_rolladen_blockieren
|
|
mode: single
|
|
- id: '1743957027473'
|
|
alias: Automatik für einzelne Rolladen blockieren
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '23:59:00'
|
|
id: Reset
|
|
- trigger: state
|
|
entity_id:
|
|
- cover.r_eg_wz_01
|
|
id: R_EG_WZ_01
|
|
- trigger: state
|
|
entity_id:
|
|
- cover.r_eg_wz_02
|
|
id: R_EG_WZ_02
|
|
- trigger: state
|
|
entity_id:
|
|
- cover.r_og1_bi_01
|
|
id: R_OG1_BI_01
|
|
- trigger: state
|
|
entity_id:
|
|
- cover.r_og1_sz1_01
|
|
id: R_OG1_SZ1_01
|
|
- trigger: state
|
|
entity_id:
|
|
- cover.r_og1_sz2_02
|
|
id: R_OG1_SZ2_02
|
|
- trigger: state
|
|
entity_id:
|
|
- cover.r_og1_bz_01
|
|
id: R_OG1_BZ_01
|
|
- trigger: state
|
|
entity_id:
|
|
- cover.r_eg_wc_01
|
|
id: R_EG_WC_01
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- Reset
|
|
then:
|
|
- action: input_boolean.turn_off
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id:
|
|
- input_boolean.block_r_eg_wz_01
|
|
- input_boolean.block_r_og1_bz_01
|
|
- input_boolean.block_r_og1_sz1_01
|
|
- input_boolean.block_r_eg_wz_02
|
|
- input_boolean.block_r_og1_sz2_02
|
|
- input_boolean.block_r_og1_bi_01
|
|
- input_boolean.block_r_eg_wc_01
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- R_EG_WZ_01
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.block_r_eg_wz_01
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- R_OG1_BI_01
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id:
|
|
- input_boolean.block_r_og1_bi_01
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- R_OG1_SZ1_01
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id:
|
|
- input_boolean.block_r_og1_sz1_01
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- R_OG1_SZ2_02
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id:
|
|
- input_boolean.block_r_og1_sz2_02
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- R_OG1_BZ_01
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.block_r_og1_bz_01
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- R_EG_WC_01
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: input_boolean.block_r_eg_wc_01
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- R_EG_WZ_02
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id:
|
|
- input_boolean.block_r_eg_wz_02
|
|
mode: single
|
|
- id: '1745042137394'
|
|
alias: 'Sonos: RTL wiedergeben'
|
|
description: ''
|
|
triggers: []
|
|
conditions: []
|
|
actions:
|
|
- action: media_player.volume_set
|
|
metadata: {}
|
|
data:
|
|
volume_level: 0.3
|
|
target:
|
|
entity_id:
|
|
- media_player.kuche
|
|
- media_player.gallerie
|
|
- action: media_player.play_media
|
|
target:
|
|
entity_id:
|
|
- media_player.gallerie
|
|
- media_player.kuche
|
|
data:
|
|
media_content_id: media-source://radio_browser/960ef824-0601-11e8-ae97-52543be04c81
|
|
media_content_type: audio/mpeg
|
|
metadata:
|
|
title: RTL Radio Letzebuerg
|
|
thumbnail: http://www.rtl.lu/assets/images/favicon-rtllu/apple-touch-icon.png?v=202304271020
|
|
media_class: music
|
|
children_media_class:
|
|
navigateIds:
|
|
- {}
|
|
- media_content_type: app
|
|
media_content_id: media-source://radio_browser
|
|
- media_content_type: music
|
|
media_content_id: media-source://radio_browser/country/LU
|
|
mode: single
|
|
- id: '1745042595220'
|
|
alias: 'Sonos: Eldoradio wiedergeben'
|
|
description: ''
|
|
triggers: []
|
|
conditions: []
|
|
actions:
|
|
- action: media_player.volume_set
|
|
metadata: {}
|
|
data:
|
|
volume_level: 0.3
|
|
target:
|
|
entity_id:
|
|
- media_player.kuche
|
|
- media_player.gallerie
|
|
- action: media_player.play_media
|
|
target:
|
|
entity_id:
|
|
- media_player.kuche
|
|
- media_player.gallerie
|
|
data:
|
|
media_content_id: media-source://radio_browser/9611e44f-0601-11e8-ae97-52543be04c81
|
|
media_content_type: audio/mpeg
|
|
metadata:
|
|
title: Eldoradio
|
|
thumbnail: ''
|
|
media_class: music
|
|
children_media_class:
|
|
navigateIds:
|
|
- {}
|
|
- media_content_type: app
|
|
media_content_id: media-source://radio_browser
|
|
- media_content_type: music
|
|
media_content_id: media-source://radio_browser/country/LU
|
|
mode: single
|
|
- id: '1745161619601'
|
|
alias: Beleuchtung Garage
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- binary_sensor.garage_ben
|
|
- binary_sensor.garage_conny
|
|
to: 'on'
|
|
conditions: []
|
|
actions:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: light.l_au_ga_01
|
|
- wait_for_trigger:
|
|
- trigger: state
|
|
entity_id:
|
|
- binary_sensor.garage_ben
|
|
- binary_sensor.garage_conny
|
|
from: 'on'
|
|
to: 'off'
|
|
for:
|
|
hours: 0
|
|
minutes: 1
|
|
seconds: 0
|
|
timeout:
|
|
hours: 0
|
|
minutes: 10
|
|
seconds: 0
|
|
milliseconds: 0
|
|
- action: light.turn_off
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: light.l_au_ga_01
|
|
mode: single
|
|
- id: '1745163313518'
|
|
alias: Gallerie im Dashboard anzeigen
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- light.lda_og1_bi_01
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: or
|
|
conditions:
|
|
- condition: state
|
|
entity_id: light.lda_og1_bi_01
|
|
state: 'on'
|
|
then:
|
|
- action: input_boolean.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id:
|
|
- input_boolean.gallerie_anzeigen
|
|
else:
|
|
- action: input_boolean.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id:
|
|
- input_boolean.gallerie_anzeigen
|
|
mode: single
|
|
- id: '1745171407380'
|
|
alias: Roborock Nightly Programm
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: 02:00:00
|
|
id: Daily
|
|
conditions: []
|
|
actions:
|
|
- type: turn_on
|
|
device_id: 5f704f24d996f22b6a82273e2ee88242
|
|
entity_id: e79374aabc0af81724658bc488007630
|
|
domain: switch
|
|
- device_id: 5f704f24d996f22b6a82273e2ee88242
|
|
domain: button
|
|
entity_id: 2929dbf56880c02b94587e368d0b9b4f
|
|
type: press
|
|
mode: single
|
|
- id: '1746132202701'
|
|
alias: Stromausfall
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- sensor.sh15t_running_status
|
|
to: On-grid Operation
|
|
from: Backup Operation
|
|
- trigger: state
|
|
entity_id:
|
|
- sensor.sh15t_running_status
|
|
to: Backup Operation
|
|
id: PowerFailure
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- PowerFailure
|
|
then:
|
|
- action: script.cobe_haus_benachrichtigung
|
|
metadata: {}
|
|
data:
|
|
title: COBE Haus
|
|
message: Aktuell ass ee Stroumausfall!!
|
|
else:
|
|
- action: script.cobe_haus_benachrichtigung
|
|
metadata: {}
|
|
data:
|
|
title: COBE Haus
|
|
message: Stroum as erem do.
|
|
mode: single
|
|
- id: '1746191829471'
|
|
alias: Alarmkontakte für Schlaffzimmerfenster auschalten.
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.fe_og2_sz_umgangen
|
|
- switch.fe_og1_sz1_02_umgangen
|
|
- switch.fe_og1_sz2_01_umgangen
|
|
to: 'off'
|
|
conditions: []
|
|
actions:
|
|
- action: switch.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id:
|
|
- switch.fe_og2_sz_umgangen
|
|
- switch.fe_og1_sz1_02_umgangen
|
|
- switch.fe_og1_sz2_01_umgangen
|
|
mode: single
|
|
- id: '1746213680625'
|
|
alias: Temperatur Voreinstellungen beim starten von Home Assistant
|
|
description: ''
|
|
triggers:
|
|
- trigger: homeassistant
|
|
event: start
|
|
conditions: []
|
|
actions:
|
|
- action: climate.set_preset_mode
|
|
metadata: {}
|
|
data:
|
|
preset_mode: comfort
|
|
target:
|
|
entity_id:
|
|
- climate.rtr_eg_wz
|
|
- climate.rtr_og1_sz1
|
|
- climate.rtr_og2_bz
|
|
- climate.rtr_og2_sz
|
|
- climate.rtr_og1_sz2
|
|
- climate.rtr_og1_bz
|
|
- climate.rtr_og1_2_fl
|
|
- action: climate.set_preset_mode
|
|
metadata: {}
|
|
data:
|
|
preset_mode: economy
|
|
target:
|
|
entity_id:
|
|
- climate.rtr_og1_2_fl
|
|
- climate.rtr_ug_fl
|
|
mode: single
|
|
- id: '1746266445297'
|
|
alias: Beschattung Ost
|
|
description: ''
|
|
triggers:
|
|
- trigger: time_pattern
|
|
minutes: /15
|
|
- trigger: numeric_state
|
|
entity_id:
|
|
- sensor.sun_solar_azimuth
|
|
above: input_number.beschattung_azimut_ost_start
|
|
- trigger: numeric_state
|
|
entity_id:
|
|
- sensor.sun_solar_azimuth
|
|
above: input_number.beschattung_azimut_ost_ende
|
|
id: ShadeOff
|
|
- trigger: numeric_state
|
|
entity_id:
|
|
- sensor.sun_solar_elevation
|
|
above: input_number.beschattung_elevation
|
|
- trigger: state
|
|
entity_id:
|
|
- weather.forecast_home
|
|
to:
|
|
- Regnerisch
|
|
- Bewölkt
|
|
- Nebel
|
|
- Strömender Regen
|
|
- Hagel
|
|
- Gewitter, regnerisch
|
|
- Gewitter
|
|
- Schneeregen
|
|
- Schneefall
|
|
- Windig
|
|
- Windig, bewölkt
|
|
id: ShadeOff
|
|
- trigger: state
|
|
entity_id:
|
|
- weather.forecast_home
|
|
conditions:
|
|
- condition: or
|
|
conditions:
|
|
- condition: and
|
|
conditions:
|
|
- condition: numeric_state
|
|
entity_id: sensor.sun_solar_azimuth
|
|
above: input_number.beschattung_azimut_ost_start
|
|
below: input_number.beschattung_azimut_ost_ende
|
|
- condition: numeric_state
|
|
entity_id: sensor.sun_solar_elevation
|
|
above: input_number.beschattung_elevation
|
|
- condition: or
|
|
conditions:
|
|
- condition: state
|
|
entity_id: weather.forecast_home
|
|
state: partlycloudy
|
|
- condition: state
|
|
entity_id: weather.forecast_home
|
|
state: sunny
|
|
- condition: trigger
|
|
id:
|
|
- ShadeOff
|
|
- condition: state
|
|
entity_id: input_boolean.rolladenautomatik
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: input_boolean.rolladen_automatisch_beschatten
|
|
state: 'on'
|
|
actions:
|
|
- action: automation.turn_off
|
|
metadata: {}
|
|
data:
|
|
stop_actions: true
|
|
target:
|
|
entity_id: automation.automatik_fur_einzelne_rolladen_blockieren
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- ShadeOff
|
|
then:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.block_r_eg_wc_01
|
|
state: 'off'
|
|
then:
|
|
- action: cover.open_cover
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: cover.r_eg_wc_01
|
|
else:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.block_r_eg_wc_01
|
|
state: 'off'
|
|
then:
|
|
- action: cover.set_cover_position
|
|
metadata: {}
|
|
data:
|
|
position: 50
|
|
target:
|
|
entity_id: cover.r_eg_wc_01
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- ShadeOff
|
|
then:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.block_r_og1_sz2_02
|
|
state: 'off'
|
|
then:
|
|
- action: cover.open_cover
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id:
|
|
- cover.r_og1_sz2_02
|
|
else:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.block_r_og1_sz2_02
|
|
state: 'off'
|
|
then:
|
|
- action: cover.set_cover_position
|
|
metadata: {}
|
|
data:
|
|
position: 20
|
|
target:
|
|
entity_id: cover.r_og1_sz2_02
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- ShadeOff
|
|
then:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.block_r_og1_bz_01
|
|
state: 'off'
|
|
then:
|
|
- action: cover.open_cover
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id:
|
|
- cover.r_og1_bz_01
|
|
else:
|
|
- if:
|
|
- condition: state
|
|
entity_id: input_boolean.block_r_og1_bz_01
|
|
state: 'off'
|
|
then:
|
|
- action: cover.set_cover_position
|
|
metadata: {}
|
|
data:
|
|
position: 20
|
|
target:
|
|
entity_id:
|
|
- cover.r_og1_bz_01
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 45
|
|
milliseconds: 0
|
|
- action: automation.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: automation.automatik_fur_einzelne_rolladen_blockieren
|
|
mode: single
|
|
- id: '1747216933289'
|
|
alias: Alarmanlag uschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: zone
|
|
entity_id: person.conny_eller
|
|
zone: zone.home
|
|
event: leave
|
|
- trigger: zone
|
|
entity_id: person.ben_melchior
|
|
zone: zone.home
|
|
event: leave
|
|
conditions:
|
|
- condition: not
|
|
conditions:
|
|
- condition: zone
|
|
entity_id: person.ben_melchior
|
|
zone: zone.home
|
|
- condition: zone
|
|
entity_id: person.conny_eller
|
|
zone: zone.home
|
|
actions:
|
|
- action: script.cobe_haus_benachrichtigung
|
|
metadata: {}
|
|
data:
|
|
title: COBE Haus
|
|
message: Alarmanlag uschalten! Dass kee méi Dohem!
|
|
mode: single
|
|
- id: '1751218659966'
|
|
alias: Whirlpool Bubbels
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.whirlpool_bubbles
|
|
to: 'on'
|
|
from: 'off'
|
|
conditions: []
|
|
actions:
|
|
- delay:
|
|
hours: 0
|
|
minutes: 5
|
|
seconds: 0
|
|
milliseconds: 0
|
|
- action: switch.turn_off
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: switch.whirlpool_bubbles
|
|
mode: single
|
|
- id: '1751218899702'
|
|
alias: Daily Whirlpool Filter
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '10:00:00'
|
|
conditions: []
|
|
actions:
|
|
- action: switch.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: switch.whirlpool_filter
|
|
mode: single
|
|
- id: '1752422245913'
|
|
alias: 'Verfügbarkeit: Whirlpool'
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.whirlpool_power
|
|
to: unavailable
|
|
for:
|
|
hours: 0
|
|
minutes: 2
|
|
seconds: 0
|
|
conditions: []
|
|
actions:
|
|
- action: notify.persistent_notification
|
|
metadata: {}
|
|
data:
|
|
title: COBE Haus
|
|
message: Den Whirlpool as net méi mam WIFI verbonnen!
|
|
- action: script.cobe_haus_benachrichtigung
|
|
metadata: {}
|
|
data:
|
|
title: COBE Haus
|
|
message: Den Whirlpool as net méi mam WIFI verbonnen!
|
|
mode: single
|
|
- id: '1752422417712'
|
|
alias: 'Verfügbarkeit: Risco Alarmanlage'
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- alarm_control_panel.cobe_haus
|
|
to: unavailable
|
|
for:
|
|
hours: 0
|
|
minutes: 2
|
|
seconds: 0
|
|
conditions: []
|
|
actions:
|
|
- action: notify.persistent_notification
|
|
metadata: {}
|
|
data:
|
|
title: COBE Haus
|
|
message: Alarmanlage as net méi am Réseaux!
|
|
- action: script.cobe_haus_benachrichtigung
|
|
metadata: {}
|
|
data:
|
|
title: COBE Haus
|
|
message: Alarmanlage as net méi am Réseaux!
|
|
mode: single
|
|
- id: '1752427491606'
|
|
alias: 'Risco: Benachrichtigung'
|
|
description: ''
|
|
triggers:
|
|
- device_id: c13e5c5e52223e7a41d3521847c3617f
|
|
domain: alarm_control_panel
|
|
entity_id: 103f47ec3898b4bb5fe3b5b286702cd5
|
|
type: disarmed
|
|
trigger: device
|
|
id: switchOff
|
|
- device_id: c13e5c5e52223e7a41d3521847c3617f
|
|
domain: alarm_control_panel
|
|
entity_id: 103f47ec3898b4bb5fe3b5b286702cd5
|
|
type: armed_home
|
|
trigger: device
|
|
id: switchPartial
|
|
- device_id: c13e5c5e52223e7a41d3521847c3617f
|
|
domain: alarm_control_panel
|
|
entity_id: 103f47ec3898b4bb5fe3b5b286702cd5
|
|
type: armed_away
|
|
trigger: device
|
|
id: switchComplet
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- switchOff
|
|
then:
|
|
- action: script.cobe_haus_benachrichtigung
|
|
metadata: {}
|
|
data:
|
|
title: COBE Haus
|
|
message: Alarm ass ausgeschalt ginn!
|
|
- action: input_select.select_option
|
|
metadata: {}
|
|
target:
|
|
entity_id: input_select.alarmpanel
|
|
data:
|
|
option: Aus
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- switchPartial
|
|
then:
|
|
- action: input_select.select_option
|
|
metadata: {}
|
|
target:
|
|
entity_id: input_select.alarmpanel
|
|
data:
|
|
option: Dohem
|
|
- action: script.cobe_haus_benachrichtigung
|
|
metadata: {}
|
|
data:
|
|
title: COBE Haus
|
|
message: Alarm ass partiel aktivéiert ginn!
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- switchComplet
|
|
then:
|
|
- action: input_select.select_option
|
|
metadata: {}
|
|
target:
|
|
entity_id: input_select.alarmpanel
|
|
data:
|
|
option: Komplett
|
|
- action: script.cobe_haus_benachrichtigung
|
|
metadata: {}
|
|
data:
|
|
title: COBE Haus
|
|
message: Alarm ass komplett aktivéiert ginn!
|
|
mode: single
|
|
- id: '1752427548457'
|
|
alias: 'Risco: Alarm ausgeléist'
|
|
description: ''
|
|
triggers:
|
|
- device_id: c13e5c5e52223e7a41d3521847c3617f
|
|
domain: alarm_control_panel
|
|
entity_id: 103f47ec3898b4bb5fe3b5b286702cd5
|
|
type: triggered
|
|
trigger: device
|
|
conditions: []
|
|
actions:
|
|
- action: script.cobe_haus_kritische_benachrichtigung
|
|
metadata: {}
|
|
data:
|
|
title: COBE Haus - KRITISCH
|
|
message: Alarm as ausgeléist ginn !
|
|
mode: single
|
|
- id: '1752434002996'
|
|
alias: Präsenzmelder EG Wohnzimmer/Küche
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- binary_sensor.se_eg_wz_pr
|
|
to: 'on'
|
|
from: 'off'
|
|
conditions:
|
|
- condition: numeric_state
|
|
entity_id: sensor.se_eg_wz_lux
|
|
below: 10
|
|
actions:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
brightness_pct: 15
|
|
target:
|
|
entity_id: light.lda_eg_ku_01
|
|
- wait_for_trigger:
|
|
- trigger: state
|
|
entity_id:
|
|
- binary_sensor.se_eg_wz_pr
|
|
to: 'off'
|
|
from: 'on'
|
|
for:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 10
|
|
- trigger: numeric_state
|
|
entity_id:
|
|
- sensor.se_eg_wz_lux
|
|
above: 10
|
|
continue_on_timeout: false
|
|
- action: light.turn_off
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: light.lda_eg_ku_01
|
|
mode: restart
|
|
- id: '1756754753056'
|
|
alias: Ladezyklus Tablet OG1
|
|
description: ''
|
|
triggers:
|
|
- trigger: numeric_state
|
|
entity_id:
|
|
- sensor.tablet_og1_battery_level
|
|
below: 21
|
|
id: StartLoading
|
|
- trigger: numeric_state
|
|
entity_id:
|
|
- sensor.tablet_og1_battery_level
|
|
above: 79
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- StartLoading
|
|
then:
|
|
- action: switch.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: switch.ss_og1_fl_tablet
|
|
else:
|
|
- action: switch.turn_off
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: switch.ss_og1_fl_tablet
|
|
mode: single
|
|
- id: '1757940013217'
|
|
alias: DND Papa (MSG)
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- binary_sensor.garage_ben
|
|
- binary_sensor.garage_conny
|
|
- binary_sensor.eingangstur
|
|
to: 'on'
|
|
- trigger: state
|
|
entity_id:
|
|
- binary_sensor.bw_og1_fl
|
|
- binary_sensor.bw_og2_fl
|
|
to: 'on'
|
|
conditions:
|
|
- condition: state
|
|
entity_id: input_boolean.dnd_papa
|
|
state: 'on'
|
|
actions:
|
|
- action: notify.mobile_app_kn0x_tech_iphone
|
|
metadata: {}
|
|
data:
|
|
message: Obgepasst !! Du bas net méi alleng !! ;)
|
|
mode: single
|
|
- id: '1757940601547'
|
|
alias: DND Papa
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- input_boolean.dnd_papa
|
|
to: 'on'
|
|
conditions: []
|
|
actions:
|
|
- action: cover.set_cover_position
|
|
metadata: {}
|
|
data:
|
|
position: 19
|
|
target:
|
|
entity_id:
|
|
- cover.r_og2_bz_01
|
|
- cover.r_og2_sz_01
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
brightness_pct: 5
|
|
target:
|
|
entity_id: light.lda_og2_bz_01
|
|
- wait_for_trigger:
|
|
- trigger: state
|
|
entity_id:
|
|
- input_boolean.dnd_papa
|
|
to: 'off'
|
|
timeout:
|
|
hours: 0
|
|
minutes: 10
|
|
seconds: 0
|
|
milliseconds: 0
|
|
- action: cover.open_cover
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id:
|
|
- cover.r_og2_sz_01
|
|
- cover.r_og2_bz_01
|
|
- action: light.turn_off
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: light.lda_og2_bz_01
|
|
mode: single
|
|
- id: '1761133798548'
|
|
alias: Benachrichtigung für nicht verfügbare Geräte
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- sensor.sensy_one_d2f22c_esp32_ip
|
|
to:
|
|
- unavailable
|
|
id: se_eg_fl_präsenz
|
|
for:
|
|
hours: 0
|
|
minutes: 2
|
|
seconds: 0
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.tasmota
|
|
to:
|
|
- unavailable
|
|
id: tasmota_küchenfenster
|
|
for:
|
|
hours: 0
|
|
minutes: 2
|
|
seconds: 0
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.tasmota_2
|
|
to:
|
|
- unavailable
|
|
id: tasmota_adventskalender
|
|
for:
|
|
hours: 0
|
|
minutes: 2
|
|
seconds: 0
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.quooker_warmwasser_3
|
|
to:
|
|
- unavailable
|
|
id: tasmota_quooker_warmwasser
|
|
for:
|
|
hours: 0
|
|
minutes: 2
|
|
seconds: 0
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.quooker_sprudelwasser
|
|
to:
|
|
- unavailable
|
|
id: tasmota_quooker_sprudelwasser
|
|
for:
|
|
hours: 0
|
|
minutes: 2
|
|
seconds: 0
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.tasmota_3
|
|
to:
|
|
- unavailable
|
|
id: tasmota_schlaffbeleuchtung_emil
|
|
for:
|
|
hours: 0
|
|
minutes: 2
|
|
seconds: 0
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.mac_studio_5
|
|
to:
|
|
- unavailable
|
|
id: tasmota_macstudio
|
|
for:
|
|
hours: 0
|
|
minutes: 10
|
|
seconds: 0
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.spulmaschine_2
|
|
to:
|
|
- unavailable
|
|
id: tasmota_spülmaschine
|
|
for:
|
|
hours: 0
|
|
minutes: 2
|
|
seconds: 0
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.fernseher_4
|
|
to:
|
|
- unavailable
|
|
id: tasmota_fernseher
|
|
for:
|
|
hours: 0
|
|
minutes: 2
|
|
seconds: 0
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.tasmota_5
|
|
to:
|
|
- unavailable
|
|
id: tasmota_3dprinter
|
|
for:
|
|
hours: 0
|
|
minutes: 2
|
|
seconds: 0
|
|
- trigger: state
|
|
entity_id:
|
|
- sensor.sh15t_battery_level_soc
|
|
to:
|
|
- unknown
|
|
id: pv_inverter
|
|
for:
|
|
hours: 0
|
|
minutes: 2
|
|
seconds: 0
|
|
conditions: []
|
|
actions:
|
|
- action: script.cobe_haus_benachrichtigung
|
|
metadata: {}
|
|
data:
|
|
title: COBE Haus
|
|
message: Gerät "{{ trigger.id }}" as net méi do !!
|
|
mode: single
|
|
- id: '1761134512991'
|
|
alias: Präsenzmelder EG Flur
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- sensor.sensy_one_d2f22c_zone_1_presence
|
|
to: Detected
|
|
conditions:
|
|
- condition: or
|
|
conditions:
|
|
- condition: state
|
|
entity_id: input_boolean.einschlaffmodus
|
|
state: 'on'
|
|
- condition: state
|
|
entity_id: input_boolean.schlaffmodus
|
|
state: 'on'
|
|
actions:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
transition: 1
|
|
brightness_pct: 20
|
|
target:
|
|
entity_id: light.lda_eg_fl_01
|
|
- wait_for_trigger:
|
|
- trigger: state
|
|
entity_id:
|
|
- sensor.sensy_one_d2f22c_zone_1_presence
|
|
to: Clear
|
|
for:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 10
|
|
- action: light.turn_off
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: light.lda_eg_fl_01
|
|
mode: single
|
|
- id: '1763755978086'
|
|
alias: 'ChristmasLights: Power On/Off'
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '23:00:00'
|
|
weekday:
|
|
- mon
|
|
- tue
|
|
- wed
|
|
- thu
|
|
- fri
|
|
- sat
|
|
- sun
|
|
id: powerOff
|
|
- trigger: time
|
|
at: 05:30:00
|
|
weekday:
|
|
- mon
|
|
- tue
|
|
- wed
|
|
- thu
|
|
- fri
|
|
- sat
|
|
- sun
|
|
id: powerOn
|
|
- trigger: numeric_state
|
|
entity_id:
|
|
- sensor.se_au_eg_lux
|
|
for:
|
|
hours: 0
|
|
minutes: 3
|
|
seconds: 0
|
|
below: 50
|
|
id: powerOn
|
|
- trigger: numeric_state
|
|
entity_id:
|
|
- sensor.se_au_eg_lux
|
|
for:
|
|
hours: 0
|
|
minutes: 3
|
|
seconds: 0
|
|
id: powerOff
|
|
above: 50
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- powerOn
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
color_temp_kelvin: 3025
|
|
target:
|
|
label_id: christmas
|
|
- action: select.select_option
|
|
target:
|
|
entity_id: select.wled_controller_voreinstellung
|
|
data:
|
|
option: Christmas
|
|
else:
|
|
- action: light.turn_off
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
label_id: christmas
|
|
mode: single
|
|
- id: '1764008003376'
|
|
alias: Christmas Blinky
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- switch.se_au_eg_pr
|
|
to:
|
|
- 'on'
|
|
- 'off'
|
|
conditions:
|
|
- condition: state
|
|
entity_id: light.christmas_dier
|
|
state:
|
|
- 'on'
|
|
actions:
|
|
- action: select.select_option
|
|
target:
|
|
entity_id: select.wled_controller_voreinstellung
|
|
data:
|
|
option: Christmas
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 10
|
|
milliseconds: 0
|
|
- action: select.select_option
|
|
target:
|
|
entity_id: select.wled_controller_voreinstellung
|
|
data:
|
|
option: Christmas
|
|
mode: restart
|
|
- id: '1764335472064'
|
|
alias: Bridge Govee - KNX
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- light.l_au_gt_03
|
|
to:
|
|
- 'on'
|
|
id: powerOn
|
|
- trigger: state
|
|
entity_id:
|
|
- light.l_au_gt_03
|
|
to:
|
|
- 'off'
|
|
id: powerOff
|
|
- trigger: state
|
|
entity_id:
|
|
- light.l_au_gt_03
|
|
id: brightness
|
|
attribute: brightness
|
|
- trigger: state
|
|
entity_id:
|
|
- light.l_au_gt_03
|
|
id: temperature
|
|
attribute: color_temp_kelvin
|
|
- trigger: state
|
|
entity_id:
|
|
- number.l_au_gt_01_color
|
|
id: color
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- powerOn
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
brightness: '{{ state_attr(''light.l_au_gt_03'', ''brightness'') }}'
|
|
target:
|
|
entity_id:
|
|
- light.h7075
|
|
- light.h7075_2
|
|
- light.h7075_3
|
|
- light.h7075_4
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- powerOff
|
|
then:
|
|
- action: light.turn_off
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id:
|
|
- light.h7075
|
|
- light.h7075_2
|
|
- light.h7075_3
|
|
- light.h7075_4
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- brightness
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
brightness: '{{ state_attr(''light.l_au_gt_03'', ''brightness'') }}'
|
|
target:
|
|
entity_id:
|
|
- light.h7075
|
|
- light.h7075_2
|
|
- light.h7075_3
|
|
- light.h7075_4
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- color
|
|
then:
|
|
- if:
|
|
- condition: state
|
|
entity_id: number.l_au_gt_01_color
|
|
state:
|
|
- '0'
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
color_name: violet
|
|
target:
|
|
entity_id:
|
|
- light.h7075
|
|
- light.h7075_2
|
|
- light.h7075_3
|
|
- light.h7075_4
|
|
- if:
|
|
- condition: state
|
|
entity_id: number.l_au_gt_01_color
|
|
state:
|
|
- '1'
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
color_name: pink
|
|
target:
|
|
entity_id:
|
|
- light.h7075
|
|
- light.h7075_2
|
|
- light.h7075_3
|
|
- light.h7075_4
|
|
- if:
|
|
- condition: state
|
|
entity_id: number.l_au_gt_01_color
|
|
state:
|
|
- '2'
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
color_name: orange
|
|
target:
|
|
entity_id:
|
|
- light.h7075
|
|
- light.h7075_2
|
|
- light.h7075_3
|
|
- light.h7075_4
|
|
- if:
|
|
- condition: state
|
|
entity_id: number.l_au_gt_01_color
|
|
state:
|
|
- '3'
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
color_name: yellow
|
|
target:
|
|
entity_id:
|
|
- light.h7075
|
|
- light.h7075_2
|
|
- light.h7075_3
|
|
- light.h7075_4
|
|
- if:
|
|
- condition: state
|
|
entity_id: number.l_au_gt_01_color
|
|
state:
|
|
- '4'
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
color_name: greenyellow
|
|
target:
|
|
entity_id:
|
|
- light.h7075
|
|
- light.h7075_2
|
|
- light.h7075_3
|
|
- light.h7075_4
|
|
- if:
|
|
- condition: state
|
|
entity_id: number.l_au_gt_01_color
|
|
state:
|
|
- '5'
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
color_name: green
|
|
target:
|
|
entity_id:
|
|
- light.h7075
|
|
- light.h7075_2
|
|
- light.h7075_3
|
|
- light.h7075_4
|
|
- if:
|
|
- condition: state
|
|
entity_id: number.l_au_gt_01_color
|
|
state:
|
|
- '6'
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
color_name: lightblue
|
|
target:
|
|
entity_id:
|
|
- light.h7075
|
|
- light.h7075_2
|
|
- light.h7075_3
|
|
- light.h7075_4
|
|
- if:
|
|
- condition: state
|
|
entity_id: number.l_au_gt_01_color
|
|
state:
|
|
- '7'
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
color_name: blue
|
|
target:
|
|
entity_id:
|
|
- light.h7075
|
|
- light.h7075_2
|
|
- light.h7075_3
|
|
- light.h7075_4
|
|
- if:
|
|
- condition: state
|
|
entity_id: number.l_au_gt_01_color
|
|
state:
|
|
- '8'
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
color_temp: 250
|
|
target:
|
|
entity_id:
|
|
- light.h7075
|
|
- light.h7075_2
|
|
- light.h7075_3
|
|
- light.h7075_4
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- temperature
|
|
then:
|
|
- action: light.turn_on
|
|
metadata: {}
|
|
data:
|
|
color_temp_kelvin: '{{ state_attr(''light.l_au_gt_03'', ''color_temp_kelvin'')
|
|
}}'
|
|
target:
|
|
entity_id:
|
|
- light.h7075
|
|
- light.h7075_2
|
|
- light.h7075_3
|
|
- light.h7075_4
|
|
mode: single
|
|
- id: '1771959671424'
|
|
alias: 'InputSwitch Alarmanlage '
|
|
description: ''
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- input_select.alarmpanel
|
|
to:
|
|
- Dohem
|
|
id: home
|
|
- trigger: state
|
|
entity_id:
|
|
- input_select.alarmpanel
|
|
to:
|
|
- Aus
|
|
id: 'off'
|
|
- trigger: state
|
|
entity_id:
|
|
- input_select.alarmpanel
|
|
to:
|
|
- Aus
|
|
- Komplett
|
|
id: complet
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- home
|
|
then:
|
|
- action: alarm_control_panel.alarm_arm_home
|
|
metadata: {}
|
|
data:
|
|
code: '8211'
|
|
target:
|
|
entity_id: alarm_control_panel.cobe_haus
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- 'off'
|
|
then:
|
|
- action: alarm_control_panel.alarm_disarm
|
|
metadata: {}
|
|
target:
|
|
entity_id: alarm_control_panel.cobe_haus
|
|
data:
|
|
code: '8211'
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- complet
|
|
then:
|
|
- action: alarm_control_panel.alarm_arm_away
|
|
metadata: {}
|
|
target:
|
|
entity_id: alarm_control_panel.cobe_haus
|
|
data:
|
|
code: '8211'
|
|
mode: single
|
|
- id: '1772263405773'
|
|
alias: Pipi-Alarm
|
|
description: ''
|
|
triggers:
|
|
- trigger: time_pattern
|
|
minutes: '15'
|
|
conditions: []
|
|
actions:
|
|
- action: tts.speak
|
|
metadata: {}
|
|
target:
|
|
entity_id: tts.google_translate_en_com
|
|
data:
|
|
cache: true
|
|
media_player_entity_id: media_player.kuche
|
|
message: Pipi-Alarm!! Pipi-Alarm!! Emil muss du ob den Potti goen?
|
|
mode: single
|
|
- id: '1772562884642'
|
|
alias: Alarm automatisch ein- & ausschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '23:00:00'
|
|
weekday:
|
|
- mon
|
|
- tue
|
|
- wed
|
|
- thu
|
|
- fri
|
|
- sat
|
|
- sun
|
|
id: arm
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- arm
|
|
then:
|
|
- action: select.select_option
|
|
metadata: {}
|
|
data: {}
|
|
mode: single
|
|
- id: '1772562886056'
|
|
alias: Alarm automatisch ein- & ausschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '23:00:00'
|
|
weekday:
|
|
- mon
|
|
- tue
|
|
- wed
|
|
- thu
|
|
- fri
|
|
- sat
|
|
- sun
|
|
id: arm
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- arm
|
|
then:
|
|
- action: select.select_option
|
|
metadata: {}
|
|
data: {}
|
|
mode: single
|
|
- id: '1772562886824'
|
|
alias: Alarm automatisch ein- & ausschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '23:00:00'
|
|
weekday:
|
|
- mon
|
|
- tue
|
|
- wed
|
|
- thu
|
|
- fri
|
|
- sat
|
|
- sun
|
|
id: arm
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- arm
|
|
then:
|
|
- action: select.select_option
|
|
metadata: {}
|
|
data: {}
|
|
mode: single
|
|
- id: '1772562887540'
|
|
alias: Alarm automatisch ein- & ausschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '23:00:00'
|
|
weekday:
|
|
- mon
|
|
- tue
|
|
- wed
|
|
- thu
|
|
- fri
|
|
- sat
|
|
- sun
|
|
id: arm
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- arm
|
|
then:
|
|
- action: select.select_option
|
|
metadata: {}
|
|
data: {}
|
|
mode: single
|
|
- id: '1772562887690'
|
|
alias: Alarm automatisch ein- & ausschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '23:00:00'
|
|
weekday:
|
|
- mon
|
|
- tue
|
|
- wed
|
|
- thu
|
|
- fri
|
|
- sat
|
|
- sun
|
|
id: arm
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- arm
|
|
then:
|
|
- action: select.select_option
|
|
metadata: {}
|
|
data: {}
|
|
mode: single
|
|
- id: '1772562887873'
|
|
alias: Alarm automatisch ein- & ausschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '23:00:00'
|
|
weekday:
|
|
- mon
|
|
- tue
|
|
- wed
|
|
- thu
|
|
- fri
|
|
- sat
|
|
- sun
|
|
id: arm
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- arm
|
|
then:
|
|
- action: select.select_option
|
|
metadata: {}
|
|
data: {}
|
|
mode: single
|
|
- id: '1772562888357'
|
|
alias: Alarm automatisch ein- & ausschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '23:00:00'
|
|
weekday:
|
|
- mon
|
|
- tue
|
|
- wed
|
|
- thu
|
|
- fri
|
|
- sat
|
|
- sun
|
|
id: arm
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- arm
|
|
then:
|
|
- action: select.select_option
|
|
metadata: {}
|
|
data: {}
|
|
mode: single
|
|
- id: '1772562890941'
|
|
alias: Alarm automatisch ein- & ausschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '23:00:00'
|
|
weekday:
|
|
- mon
|
|
- tue
|
|
- wed
|
|
- thu
|
|
- fri
|
|
- sat
|
|
- sun
|
|
id: arm
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- arm
|
|
then:
|
|
- action: select.select_option
|
|
metadata: {}
|
|
data: {}
|
|
mode: single
|
|
- id: '1772562891823'
|
|
alias: Alarm automatisch ein- & ausschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '23:00:00'
|
|
weekday:
|
|
- mon
|
|
- tue
|
|
- wed
|
|
- thu
|
|
- fri
|
|
- sat
|
|
- sun
|
|
id: arm
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- arm
|
|
then:
|
|
- action: select.select_option
|
|
metadata: {}
|
|
data: {}
|
|
mode: single
|
|
- id: '1772562892007'
|
|
alias: Alarm automatisch ein- & ausschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '23:00:00'
|
|
weekday:
|
|
- mon
|
|
- tue
|
|
- wed
|
|
- thu
|
|
- fri
|
|
- sat
|
|
- sun
|
|
id: arm
|
|
conditions: []
|
|
actions:
|
|
- if:
|
|
- condition: trigger
|
|
id:
|
|
- arm
|
|
then:
|
|
- action: select.select_option
|
|
metadata: {}
|
|
data: {}
|
|
mode: single
|