hansen-hasst/packages/mailbox/mailbox_received.yaml
2022-08-18 16:45:03 +02:00

54 lines
1.6 KiB
YAML
Executable File

automation:
- alias: mailbox_mail_received
mode: single
trigger:
- device_id: ca819ab69f4c9e16861daf8ffacdd10e
entity_id: binary_sensor.mailbox_motion_iaszone
domain: binary_sensor
platform: device
type: motion
condition:
- type: is_not_open
condition: device
device_id: 6649a68ae459ea3e7f61eb4155ffe23d
entity_id: binary_sensor.mailbox_door_iaszone
domain: binary_sensor
action:
- service: notify.notify
data:
title: Post
message: ist da.
- service: switch.turn_on
target:
entity_id: switch.mailbox
- service: scene.create
data:
snapshot_entities:
- light.office_bulb
- switch.adaptive_lighting_default
scene_id: livingroom_office_bulb_state
- service: automation.turn_off
target:
entity_id: automation.light_save_last_state
- service: switch.turn_off
target:
entity_id: switch.adaptive_lighting_default
- service: light.turn_on
target:
entity_id: light.office_bulb
data:
rgb_color: [0,0,255]
- delay:
seconds: 15
- service: scene.turn_on
target:
entity_id: scene.last_on_state
- delay:
seconds: 0
milliseconds: 500
- service: scene.turn_on
target:
entity_id: scene.livingroom_office_bulb_state
- service: automation.turn_on
target:
entity_id: automation.light_save_last_state