Untitled
unknown
yaml
3 years ago
762 B
1
Indexable
- id: '1643896511239' alias: Door Open And Notify description: התראה של פתיחת דלת ראשית של הבית. ההודעה תופיע בטלוויזיה trigger: - platform: state entity_id: binary_sensor.front_door_sensor to: 'on' from: 'off' condition: [] action: - service: camera.snapshot data: filename: /tmp/image.jpg target: entity_id: camera.blueiris_front_gate - service: notify.lg_webos_smart_tv data: title: מישהו נמצא בשער הרכזי message: שימו לב, מישהו נמצא בשער המרכזי duration: 5 file: path: /tmp/image.jpg fontsize: large interrupt: 1 position: center transparency: 0% mode: single
Editor is loading...