mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-05-03 12:12:43 +00:00
Finally some movement on #357 - This will show snaphots of the front door. Thanks @3vasi0n89
This commit is contained in:
parent
bcf71aef69
commit
48aea3b187
@ -3,10 +3,13 @@
|
|||||||
# action:
|
# action:
|
||||||
# service: script.notify_engine
|
# service: script.notify_engine
|
||||||
# data_template:
|
# data_template:
|
||||||
|
# title: 'Ios Title'
|
||||||
# value1: 'Startup: Home Assistant is Up and Running!'
|
# value1: 'Startup: Home Assistant is Up and Running!'
|
||||||
# value2: ''
|
# value2: "{{ trigger.to_state.state }}"
|
||||||
# value3: "{{ trigger.to_state.state }}"
|
# value3:
|
||||||
# who: "stacey | carlo | paige | family | parents"
|
# who: "stacey | carlo | paige | family | parents"
|
||||||
|
# camera_entity: 'Camera.Camera'
|
||||||
|
# content-type: "jpeg"
|
||||||
|
|
||||||
# IFTTT Maker channel should look like this: https://files.gitter.im/home-assistant/home-assistant/phkx/blob
|
# IFTTT Maker channel should look like this: https://files.gitter.im/home-assistant/home-assistant/phkx/blob
|
||||||
######################################################################################################
|
######################################################################################################
|
||||||
@ -39,6 +42,7 @@ notify_engine:
|
|||||||
data:
|
data:
|
||||||
attachment:
|
attachment:
|
||||||
content-type: "{{ content_type }}"
|
content-type: "{{ content_type }}"
|
||||||
|
hide-thumbnail: false
|
||||||
push:
|
push:
|
||||||
sound: "{{ ios_sound }}"
|
sound: "{{ ios_sound }}"
|
||||||
badge: "{{ ios_badge }}"
|
badge: "{{ ios_badge }}"
|
||||||
|
@ -19,10 +19,12 @@ skybell_pressed:
|
|||||||
|
|
||||||
- service: script.notify_engine
|
- service: script.notify_engine
|
||||||
data_template:
|
data_template:
|
||||||
ios_title: 'DoorBell'
|
title: 'Front DoorBell'
|
||||||
value1: 'Someone pressed the doorbell'
|
value1: 'Someone pressed the doorbell'
|
||||||
who: 'family'
|
who: 'family'
|
||||||
camera_entity: camera.stone_door
|
category: 'camera'
|
||||||
|
camera_entity: 'camera.stone_door'
|
||||||
|
content-type: 'jpeg'
|
||||||
|
|
||||||
- service: script.flash_notify
|
- service: script.flash_notify
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user