mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
REMOVING ALL HIDE_ENTITY switches to prep for 105 and 107. #708
This commit is contained in:
@@ -299,7 +299,7 @@ automation:
|
||||
|
||||
#-------------------------------------------#---
|
||||
- alias: "Panel Door opened"
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
|
@@ -13,7 +13,7 @@
|
||||
###################################
|
||||
automation:
|
||||
- alias: Aura Scene Nighttime
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: input_boolean.good_night
|
||||
@@ -49,7 +49,7 @@ automation:
|
||||
data_template: {"event":"aura_night_mode"}
|
||||
|
||||
- alias: Aura Scene away
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
@@ -67,7 +67,7 @@ automation:
|
||||
|
||||
|
||||
- alias: Aura Scene Home
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
|
@@ -83,7 +83,7 @@ group:
|
||||
#-------------------------------------------
|
||||
automation:
|
||||
- alias: Nest protect emergency
|
||||
hide_entity: true
|
||||
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id:
|
||||
@@ -125,7 +125,7 @@ automation:
|
||||
tweet: "An emergency has been detected on {{ trigger.to_state.attributes.friendly_name }} @CCostan (https://www.vcloudinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html)"
|
||||
|
||||
- alias: Nest Protect Offline Notify
|
||||
hide_entity: true
|
||||
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id:
|
||||
|
@@ -151,7 +151,7 @@ group:
|
||||
#-------------------------------------------------------------------------------------
|
||||
automation:
|
||||
- alias: 'Device Status'
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
|
@@ -77,7 +77,7 @@ sensor:
|
||||
#
|
||||
automation:
|
||||
- alias: Notify if Grid is down
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: sensor.grid_status
|
||||
|
@@ -37,7 +37,7 @@ automation:
|
||||
## LOG IFTTT Stuff - Rachio
|
||||
###################################
|
||||
- alias: 'Log Sprinkler Activity'
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: rachio_water_stops
|
||||
|
@@ -63,7 +63,7 @@ switch:
|
||||
## Doorbell Press
|
||||
automation:
|
||||
- alias: 'Log SkyBell Pressed Activity'
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
@@ -87,7 +87,7 @@ automation:
|
||||
|
||||
# Motion Sensing
|
||||
- alias: 'Log SkyBell Motion detection'
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: skybell_motion
|
||||
@@ -98,7 +98,7 @@ automation:
|
||||
# Turn SkyBell Light and Neato Schedule back on if it's turned off. Like any Good Watchdog.
|
||||
|
||||
- alias: Automated Mismatch WatchDog!
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
|
@@ -26,7 +26,7 @@ sensor:
|
||||
|
||||
automation:
|
||||
- alias: "Travis FAILURE Notification"
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
|
@@ -165,7 +165,7 @@ group:
|
||||
|
||||
automation:
|
||||
- alias: 'New Twitter follower!'
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: new_follower
|
||||
@@ -184,7 +184,7 @@ automation:
|
||||
media_content_type: audio/mp4
|
||||
|
||||
- alias: 'Closed Github Issue'
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: closed_github
|
||||
@@ -215,7 +215,7 @@ automation:
|
||||
{{ pictures|random }}
|
||||
|
||||
- alias: 'Random House stats'
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: time_pattern
|
||||
hours: '/2'
|
||||
@@ -250,7 +250,7 @@ automation:
|
||||
{{ pick|random }}
|
||||
|
||||
- alias: 'Random YouTube Videos BearStone'
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: time_pattern
|
||||
hours: '/7'
|
||||
@@ -279,7 +279,7 @@ automation:
|
||||
{{ pick|random }}
|
||||
|
||||
- alias: 'Random YouTube Videos CCostan'
|
||||
hide_entity: True
|
||||
|
||||
trigger:
|
||||
- platform: time_pattern
|
||||
hours: '/22'
|
||||
|
Reference in New Issue
Block a user