Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Klingel oben gedrückt
- description: ""
- triggers:
- - event_type: homematic.keypress
- event_data:
- name: Klingel oben
- alias: Klingen oben gedrückt
- trigger: event
- conditions: []
- actions:
- - parallel:
- - alias: Notifications
- sequence:
- - alias: Screen on
- action: script.custom_flexible_notification
- data:
- message: command_screen_on
- data:
- visibility: public
- tag: klingel
- ttl: 0
- priority: high
- channel: alarm_stream
- enabled: true
- - alias: Text Message
- action: script.custom_flexible_notification
- data:
- title: Es hat oben geklingelt
- message: command_screen_on
- data:
- visibility: public
- tag: klingel
- ttl: 0
- priority: high
- channel: alarm_stream
- clickAction: /lovelace/haustur
- sticky: true
- - alias: Text-to-Speech
- action: script.custom_flexible_notification
- data:
- title: Es hat oben geklingelt
- message: TTS
- data:
- visibility: public
- tag: klingel
- ttl: 0
- priority: high
- channel: alarm_stream
- tts_text: Besuch an der Tür!
- media_stream: alarm_stream
- clickAction: /lovelace/haustur
- sticky: true
- - alias: Image Notification
- action: script.custom_flexible_notification
- data:
- title: Es hat oben geklingelt
- message: Hier das Bild
- data:
- visibility: public
- tag: klingel
- ttl: 0
- priority: high
- channel: alarm_stream
- image: /api/camera_proxy/camera.kamera_eingagnstur
- clickAction: /lovelace/haustur
- sticky: true
- enabled: true
- - alias: Camera Snapshot
- sequence:
- - variables:
- camera_timestamp: >-
- {{ as_local(trigger.event.time_fired).strftime('%Y-%m-%d
- %H-%M-%S') }}
- camera_image: /media/camera_snapshots/{{camera_timestamp}} - Klingel oben.jpg
- - action: camera.snapshot
- metadata: {}
- data:
- filename: "{{ camera_image }}"
- target:
- entity_id: camera.kamera_eingagnstur
- enabled: true
- enabled: true
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement