mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-18 23:36:11 +00:00
Making IFTTT recipes
This commit is contained in:
parent
e4d8d7f4dc
commit
0f04ee03a7
@ -1,5 +1,6 @@
|
||||
- alias: 'GoodNight - Away Mode'
|
||||
# There is also an IFTTT recipe that shuts down all lights when Nest goes into Away mode. - event_type= Good_Night
|
||||
|
||||
- alias: 'GoodNight - Away Mode'
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: group.family
|
||||
|
12
automation/rachio.yaml
Executable file
12
automation/rachio.yaml
Executable file
@ -0,0 +1,12 @@
|
||||
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
|
||||
|
||||
- alias: 'Log Sprinkler Activity'
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: rachio_water_stops
|
||||
|
||||
action:
|
||||
service: logbook.log
|
||||
data:
|
||||
name: "Rachio Sprinkler:"
|
||||
message: "The Lawn was watered just now."
|
23
automation/skybell.yaml
Executable file
23
automation/skybell.yaml
Executable file
@ -0,0 +1,23 @@
|
||||
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
|
||||
|
||||
- alias: 'Log SkyBell Pressed Activity'
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: skybell_pressed
|
||||
|
||||
action:
|
||||
service: logbook.log
|
||||
data:
|
||||
name: "SkyBell HD Doorbell:"
|
||||
message: "Someone Pressed the Doorbell."
|
||||
|
||||
- alias: 'Log SkyBell Motion detection'
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: skybell_motion
|
||||
|
||||
action:
|
||||
service: logbook.log
|
||||
data:
|
||||
name: "SkyBell HD Doorbell:"
|
||||
message: "Someone is by the door."
|
@ -1,3 +1,5 @@
|
||||
sensor.dark_sky_summary:
|
||||
friendly_name: 'Current Conditions'
|
||||
sensor.dark_sky_precip_intensity:
|
||||
friendly_name: 'Rainfall'
|
||||
sensor.dark_sky_humidity:
|
||||
|
@ -1,6 +1,8 @@
|
||||
Devices:
|
||||
Network:
|
||||
entities:
|
||||
- sensor.since_last_boot_templated
|
||||
- sensor.speedtest_download
|
||||
- sensor.speedtest_upload
|
||||
- sensor.wii
|
||||
- sensor.hue_hub
|
||||
- sensor.tablotv
|
||||
|
@ -1,4 +0,0 @@
|
||||
Internet:
|
||||
entities:
|
||||
- sensor.speedtest_download
|
||||
- sensor.speedtest_upload
|
@ -6,8 +6,8 @@ Living Room:
|
||||
entities:
|
||||
- light.living_room_back_left
|
||||
- light.living_room_back_right
|
||||
- light.living_room_front_left
|
||||
- light.living_room_front_right
|
||||
- light.living_room_front_left
|
||||
- light.living_room_front_right
|
||||
- light.living_room_slider
|
||||
|
||||
Living Room Accents:
|
||||
@ -26,8 +26,8 @@ Study:
|
||||
- light.front_office_lamp
|
||||
|
||||
Office:
|
||||
entities:
|
||||
entities:
|
||||
- light.office_lamp
|
||||
|
||||
Upstairs:
|
||||
- light.upstairs_lamp
|
||||
Upstairs:
|
||||
- light.upstairs_lamp
|
||||
|
@ -1,4 +0,0 @@
|
||||
Nest:
|
||||
entities:
|
||||
- climate.downstairs
|
||||
- climate.upstairs
|
21
group/views.yaml
Executable file
21
group/views.yaml
Executable file
@ -0,0 +1,21 @@
|
||||
Lights:
|
||||
view: yes
|
||||
entities:
|
||||
- group.dinette
|
||||
- group.bedroom
|
||||
- group.living_room
|
||||
- group.living_room_accents
|
||||
- group.study
|
||||
- group.office
|
||||
- group.upstairs
|
||||
- scene.living_room_tv_time
|
||||
|
||||
Info:
|
||||
view: yes
|
||||
entities:
|
||||
- group.family
|
||||
- group.internet
|
||||
- group.devices
|
||||
- group.nest
|
||||
- group.sensors
|
||||
- group.weather
|
8
group/weather.yaml
Executable file
8
group/weather.yaml
Executable file
@ -0,0 +1,8 @@
|
||||
Weather:
|
||||
entities:
|
||||
- climate.downstairs
|
||||
- climate.upstairs
|
||||
- sensor.dark_sky_summary
|
||||
- sensor.dark_sky_precip_intensity
|
||||
- sensor.dark_sky_humidity
|
||||
- sensor.dark_sky_temperature
|
Loading…
x
Reference in New Issue
Block a user