More Clean up and also added in the PHYN custom integration for Water Control and monitoring.
This commit is contained in:
parent
148da39636
commit
582765f82b
|
@ -3,6 +3,7 @@
|
||||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||||
# Phyn Smart Water ShutOff Support
|
# Phyn Smart Water ShutOff Support
|
||||||
# https://www.vcloudinfo.com/2020/05/phyn-plus-smart-water-shutoff-device.html
|
# https://www.vcloudinfo.com/2020/05/phyn-plus-smart-water-shutoff-device.html
|
||||||
|
# Added in Custom HACK integration via https://github.com/MizterB/homeassistant-phyn
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
######################################################################
|
######################################################################
|
||||||
## Phyn Plus Water ShutOff - https://amzn.to/2Zy3sbJ
|
## Phyn Plus Water ShutOff - https://amzn.to/2Zy3sbJ
|
||||||
|
@ -36,26 +37,6 @@ automation:
|
||||||
action: IFTTT_Phyn
|
action: IFTTT_Phyn
|
||||||
|
|
||||||
action:
|
action:
|
||||||
- service: script.speech_engine
|
|
||||||
data:
|
|
||||||
value1: >
|
|
||||||
{{ [
|
|
||||||
"Attention please. The Phyn unit has detected a possible leak. Please verify there are no leaks in the house. "
|
|
||||||
] | random }}
|
|
||||||
call_no_announcement: 1
|
|
||||||
|
|
||||||
- service: script.tweet_engine_image
|
|
||||||
data:
|
|
||||||
tweet: >
|
|
||||||
{{ [
|
|
||||||
"The @Phyn has detected a {{ trigger.event.data.alert_type }} and notified us using Home Assistant. ",
|
|
||||||
"I am shutting down the water since @Phyn detected {{ trigger.event.data.alert_type }} .",
|
|
||||||
"Time to let @ccostan know that @Phyn has detected {{ trigger.event.data.alert_type }} ."
|
|
||||||
] | random + " #SavingWater (https://www.vcloudinfo.com/2020/05/phyn-plus-smart-water-shutoff-device.html)" }}
|
|
||||||
image: >-
|
|
||||||
{{ [
|
|
||||||
"/config/www/custom_ui/floorplan/images/branding/pipeleak.png"
|
|
||||||
] | random }}
|
|
||||||
|
|
||||||
- wait_template: >-
|
- wait_template: >-
|
||||||
{{ states.sun.sun.state == 'above_horizon' }}
|
{{ states.sun.sun.state == 'above_horizon' }}
|
||||||
|
|
|
@ -46,10 +46,6 @@ notify_engine:
|
||||||
title: "{{ title }}"
|
title: "{{ title }}"
|
||||||
message: "{{ value1 }} {{ value2 }} {{ value3 }}"
|
message: "{{ value1 }} {{ value2 }} {{ value3 }}"
|
||||||
data:
|
data:
|
||||||
# attachment:
|
|
||||||
# url: "{{ url }}"
|
|
||||||
# content-type: "{{ content_type }}"
|
|
||||||
# hide-thumbnail: false
|
|
||||||
apns_headers:
|
apns_headers:
|
||||||
'apns-collapse-id': "{{ apns_id }}"
|
'apns-collapse-id': "{{ apns_id }}"
|
||||||
push:
|
push:
|
||||||
|
@ -59,3 +55,7 @@ notify_engine:
|
||||||
# interruption-level: critical
|
# interruption-level: critical
|
||||||
category: "{{ ios_category }}"
|
category: "{{ ios_category }}"
|
||||||
entity_id: "{{ camera_entity }}"
|
entity_id: "{{ camera_entity }}"
|
||||||
|
# attachment:
|
||||||
|
# url: "{{ url }}"
|
||||||
|
# content-type: "{{ content_type }}"
|
||||||
|
# hide-thumbnail: false
|
||||||
|
|
Loading…
Reference in New Issue