mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
Lots of comments for easy reading.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
###################################
|
||||
## Uses IFTTT to notify me of bad logins.
|
||||
###################################
|
||||
|
||||
- alias: Login Failure
|
||||
hide_entity: True
|
||||
trigger:
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
######################################################################
|
||||
## Turn off my Office light whenever I leave the house.
|
||||
######################################################################
|
||||
- alias: 'Carlo has left the building'
|
||||
trigger:
|
||||
- platform: state
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
###################################
|
||||
## Notifies me via IFTTT when something goes down.
|
||||
###################################
|
||||
|
||||
- alias: 'Device Status'
|
||||
hide_entity: True
|
||||
trigger:
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
# There is also an IFTTT recipe that shuts down all lights when Nest goes into Away mode. - event_type= Good_Night
|
||||
######################################################################
|
||||
## Shut it all down. No one is here or we went to sleep.
|
||||
######################################################################
|
||||
|
||||
- alias: 'GoodNight - Away Mode'
|
||||
trigger:
|
||||
@@ -28,4 +30,4 @@
|
||||
- service: light.turn_off
|
||||
entity_id: group.all_lights
|
||||
- service: switch.turn_off
|
||||
entity_id: group.all_switches
|
||||
entity_id: group.amps
|
||||
@@ -1,3 +1,7 @@
|
||||
###################################
|
||||
## ZWave Healing Section
|
||||
###################################
|
||||
|
||||
- alias: Heal ZWave Nightly
|
||||
trigger:
|
||||
platform: time
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
###################################
|
||||
## Holiday Lights on/off with IFTTT/Alexa support
|
||||
###################################
|
||||
|
||||
- alias: 'Holiday Stuff on'
|
||||
trigger:
|
||||
- platform: sun
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
# There is also an IFTTT recipe that shuts down all lights when Nest goes into Away mode. - event_type= Good_Night
|
||||
###################################
|
||||
## Turn on/off Living Room AMPs via ALexa/IFTTT event.
|
||||
###################################
|
||||
|
||||
- alias: 'IFTTT Turn AMP on'
|
||||
trigger:
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
|
||||
###################################
|
||||
## Late Night lights Section
|
||||
###################################
|
||||
- alias: 'Late Night Helper'
|
||||
trigger:
|
||||
- platform: state
|
||||
@@ -25,7 +27,6 @@
|
||||
entity_id:
|
||||
- group.living_room_accents
|
||||
- light.living_room_slider
|
||||
- light.dinette_light_1
|
||||
- light.foyer_door_light
|
||||
- light.kitchen_fridge_light
|
||||
- light.kitchen_sink_light
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
###################################
|
||||
## Start Up Section
|
||||
###################################
|
||||
|
||||
- alias: Startup Notification
|
||||
hide_entity: True
|
||||
trigger:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
######################################################################
|
||||
## TV Time at sunset or 8pm. Whichever is later.
|
||||
######################################################################
|
||||
|
||||
- alias: TV Time
|
||||
trigger:
|
||||
- platform: sun
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
###################################
|
||||
## Homeassistant Computer things Section
|
||||
###################################
|
||||
|
||||
sensor.since_last_boot_templated:
|
||||
friendly_name: 'HomeAssistant Uptime'
|
||||
icon: mdi:clock-start
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
AMPs:
|
||||
entities:
|
||||
- switch.living_room_amp
|
||||
- switch.bathroom_amp
|
||||
# - switch.bathroom_amp
|
||||
@@ -1,3 +1,7 @@
|
||||
######################################################################
|
||||
## Awesome Elekcity Outlet control via RF
|
||||
######################################################################
|
||||
|
||||
- platform: rpi_rf
|
||||
gpio: 17
|
||||
switches:
|
||||
|
||||
Reference in New Issue
Block a user