mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
More #426 Updates
This commit is contained in:
@@ -37,10 +37,13 @@ automation:
|
||||
## LOG IFTTT Stuff - Rachio
|
||||
###################################
|
||||
- alias: 'Log Sprinkler Activity'
|
||||
|
||||
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: rachio_water_stops
|
||||
#Sent from IFTTT Webhooks : {"action":"IFTTT_Rachio", "water_time":" {{DurationInMinutes}}"}
|
||||
event_type: ifttt_webhook_received
|
||||
event_data:
|
||||
action: IFTTT_Rachio
|
||||
|
||||
action:
|
||||
- service: logbook.log
|
||||
|
@@ -5,6 +5,6 @@
|
||||
## TPink compatible Devices - https://www.vcloudinfo.com/2018/12/how-to-waterproof-your-outdoor-smart.html
|
||||
###################################
|
||||
tplink:
|
||||
discovery: true
|
||||
# discovery: false
|
||||
switch:
|
||||
- host: 192.168.10.116
|
||||
|
@@ -170,7 +170,7 @@ automation:
|
||||
event_type: ifttt_webhook_received
|
||||
event_data:
|
||||
action: new_follower
|
||||
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: group.bed
|
||||
@@ -187,11 +187,11 @@ automation:
|
||||
- alias: 'Closed Github Issue'
|
||||
trigger:
|
||||
platform: event
|
||||
#Sent from IFTTT Webhooks : {"action":"closed_github", "repo":" {{RepositoryName}}", "issue":" {{IssueTitle}}","issueurl":" {{IssueURL}}"}
|
||||
event_type: ifttt_webhook_received
|
||||
event_data:
|
||||
action: closed_github
|
||||
|
||||
|
||||
action:
|
||||
- service: script.tweet_engine_image
|
||||
data_template:
|
||||
@@ -218,7 +218,6 @@ automation:
|
||||
{{ pictures|random }}
|
||||
|
||||
- alias: 'Random House stats'
|
||||
|
||||
trigger:
|
||||
- platform: time_pattern
|
||||
hours: '/2'
|
||||
@@ -253,7 +252,6 @@ automation:
|
||||
{{ pick|random }}
|
||||
|
||||
- alias: 'Random YouTube Videos BearStone'
|
||||
|
||||
trigger:
|
||||
- platform: time_pattern
|
||||
hours: '/7'
|
||||
|
Reference in New Issue
Block a user