#357 - Add in Front House on Garage door change - JPEG only
This commit is contained in:
parent
cb8be613b8
commit
da4468108e
|
@ -24,11 +24,12 @@
|
||||||
action:
|
action:
|
||||||
- service: script.notify_engine
|
- service: script.notify_engine
|
||||||
data_template:
|
data_template:
|
||||||
title: 'Check Garage Doors Reflection:'
|
title: 'Garage door Status Change:'
|
||||||
value1: "Small: {{ states('sensor.small_garage_reflection_rate')}}"
|
value1: "Small: {{ states('sensor.small_garage_reflection_rate')}}"
|
||||||
value2: "Large: {{ states('sensor.large_garage_reflection_rate')}}"
|
value2: "Large: {{ states('sensor.large_garage_reflection_rate')}}"
|
||||||
who: "carlo"
|
who: "carlo"
|
||||||
camera_entity: "camera.camera2"
|
content_type: 'jpeg'
|
||||||
|
url: !secret camera2_snapshot
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,7 @@ notify_engine:
|
||||||
message: "{{ value1 }} {{ value2 }} {{ value3 }}"
|
message: "{{ value1 }} {{ value2 }} {{ value3 }}"
|
||||||
data:
|
data:
|
||||||
attachment:
|
attachment:
|
||||||
|
url: "{{ url }}"
|
||||||
content-type: "{{ content_type }}"
|
content-type: "{{ content_type }}"
|
||||||
hide-thumbnail: false
|
hide-thumbnail: false
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -16,6 +16,9 @@ ifttt_key: iftttKEYPassphrase
|
||||||
camera1_url: http://192.168.10.21:88/cgi-bin/CGIProxy.fcgi?cmd=getDevState&usr=admin&pwd=password
|
camera1_url: http://192.168.10.21:88/cgi-bin/CGIProxy.fcgi?cmd=getDevState&usr=admin&pwd=password
|
||||||
camera2_url: http://192.168.10.22:88/cgi-bin/CGIProxy.fcgi?cmd=getDevState&usr=admin&pwd=password
|
camera2_url: http://192.168.10.22:88/cgi-bin/CGIProxy.fcgi?cmd=getDevState&usr=admin&pwd=password
|
||||||
camera3_url: http://192.168.10.23:88/cgi-bin/CGIProxy.fcgi?cmd=getDevState&usr=admin&pwd=password
|
camera3_url: http://192.168.10.23:88/cgi-bin/CGIProxy.fcgi?cmd=getDevState&usr=admin&pwd=password
|
||||||
|
camera1_snapshot: http://192.168.10.21:88/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=admin&pwd=password
|
||||||
|
camera2_snapshot: http://192.168.10.22:88/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=admin&pwd=password
|
||||||
|
camera3_snapshot: http://192.168.10.23:88/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=admin&pwd=password
|
||||||
forecast_key: ForcastKeyphrase
|
forecast_key: ForcastKeyphrase
|
||||||
fitbit_user: User@email.com
|
fitbit_user: User@email.com
|
||||||
fitbit_password: abcdefghijklmnopqrstuvwxyz0123456789
|
fitbit_password: abcdefghijklmnopqrstuvwxyz0123456789
|
||||||
|
|
Loading…
Reference in New Issue