mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 19:06:53 +00:00
Testing CRAZY conditions.
This commit is contained in:
@@ -1,18 +1,3 @@
|
|||||||
###################################
|
|
||||||
## LOG IFTTT Stuff - Rachio
|
|
||||||
###################################
|
|
||||||
- alias: 'Log Sprinkler Activity'
|
|
||||||
hide_entity: True
|
|
||||||
trigger:
|
|
||||||
- platform: event
|
|
||||||
event_type: rachio_water_stops
|
|
||||||
|
|
||||||
action:
|
|
||||||
service: logbook.log
|
|
||||||
data:
|
|
||||||
name: "Rachio Sprinkler:"
|
|
||||||
message: "The Lawn was watered just now."
|
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
## LOG IFTTT Stuff - SkyBell
|
## LOG IFTTT Stuff - SkyBell
|
||||||
###################################
|
###################################
|
||||||
@@ -24,11 +9,11 @@
|
|||||||
event_type: skybell_pressed
|
event_type: skybell_pressed
|
||||||
|
|
||||||
action:
|
action:
|
||||||
service: logbook.log
|
- service: logbook.log
|
||||||
data:
|
- data:
|
||||||
name: "SkyBell HD Doorbell:"
|
name: "SkyBell HD Doorbell:"
|
||||||
message: "Someone Pressed the Doorbell."
|
message: "Someone Pressed the Doorbell."
|
||||||
|
|
||||||
- alias: 'Log SkyBell Motion detection'
|
- alias: 'Log SkyBell Motion detection'
|
||||||
hide_entity: True
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
@@ -39,4 +24,4 @@
|
|||||||
service: logbook.log
|
service: logbook.log
|
||||||
data:
|
data:
|
||||||
name: "SkyBell HD Doorbell:"
|
name: "SkyBell HD Doorbell:"
|
||||||
message: "Someone is by the door."
|
message: "Someone is by the door."
|
15
automation/ifttt_logger.yaml.old
Executable file
15
automation/ifttt_logger.yaml.old
Executable file
@@ -0,0 +1,15 @@
|
|||||||
|
###################################
|
||||||
|
## LOG IFTTT Stuff - Rachio
|
||||||
|
###################################
|
||||||
|
- alias: 'Log Sprinkler Activity'
|
||||||
|
hide_entity: True
|
||||||
|
trigger:
|
||||||
|
- platform: event
|
||||||
|
event_type: rachio_water_stops
|
||||||
|
|
||||||
|
action:
|
||||||
|
service: logbook.log
|
||||||
|
data:
|
||||||
|
name: "Rachio Sprinkler:"
|
||||||
|
message: "The Lawn was watered just now."
|
||||||
|
|
@@ -2,3 +2,6 @@ home_modes:
|
|||||||
entities:
|
entities:
|
||||||
- input_boolean.guest_mode
|
- input_boolean.guest_mode
|
||||||
- input_boolean.no_school
|
- input_boolean.no_school
|
||||||
|
- input_boolean.chore_reminder
|
||||||
|
- input_boolean.pill_reminder
|
||||||
|
- input_boolean.trash_reminder
|
||||||
|
@@ -22,13 +22,15 @@ default_view:
|
|||||||
- group.garage_lights
|
- group.garage_lights
|
||||||
- group.outdoor_pool_lights
|
- group.outdoor_pool_lights
|
||||||
- group.outdoor_lights
|
- group.outdoor_lights
|
||||||
- group.switches
|
- group.all_switches
|
||||||
|
|
||||||
Doors:
|
Doors:
|
||||||
view: yes
|
view: yes
|
||||||
icon: mdi:security-home
|
icon: mdi:security-home
|
||||||
entities:
|
entities:
|
||||||
|
- group.family
|
||||||
- group.garage_doors
|
- group.garage_doors
|
||||||
|
|
||||||
|
|
||||||
Lights:
|
Lights:
|
||||||
view: yes
|
view: yes
|
||||||
@@ -51,7 +53,7 @@ Lights:
|
|||||||
- group.garage_lights
|
- group.garage_lights
|
||||||
- group.outdoor_pool_lights
|
- group.outdoor_pool_lights
|
||||||
- group.outdoor_front_lights
|
- group.outdoor_front_lights
|
||||||
- group.switches
|
- group.all_switches
|
||||||
|
|
||||||
Info:
|
Info:
|
||||||
view: yes
|
view: yes
|
||||||
|
36
script/front_house_motion.yaml.old
Executable file
36
script/front_house_motion.yaml.old
Executable file
@@ -0,0 +1,36 @@
|
|||||||
|
######################################################################################################
|
||||||
|
###Script to turn on scene for the appropriate month for the front of the house.
|
||||||
|
# action:
|
||||||
|
# - service: script.monthly_front_house_scene
|
||||||
|
#
|
||||||
|
# scenes should be named month_front_[1-12]_colors (month_front_6_colors)
|
||||||
|
######################################################################################################
|
||||||
|
|
||||||
|
front_house_motion:
|
||||||
|
sequence:
|
||||||
|
- service: logbook.log
|
||||||
|
data:
|
||||||
|
name: "SkyBell HD Doorbell:"
|
||||||
|
message: "Someone is by the door."
|
||||||
|
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.chore_reminder
|
||||||
|
state: 'on'
|
||||||
|
- service: ifttt.trigger
|
||||||
|
data: {"event":"ifttt_notify", "value1":"Chore Reminder On"}
|
||||||
|
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.pill_reminder
|
||||||
|
state: 'on'
|
||||||
|
- service: ifttt.trigger
|
||||||
|
data: {"event":"ifttt_notify", "value1":"pill Reminder On"}
|
||||||
|
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.trash_reminder
|
||||||
|
state: 'on'
|
||||||
|
- service: ifttt.trigger
|
||||||
|
data: {"event":"ifttt_notify", "value1":"trash Reminder On"}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user