REMOVING ALL HIDE_ENTITY switches to prep for 105 and 107.

This commit is contained in:
ccostan 2020-02-06 14:32:18 -05:00
parent 4c2a08ef17
commit 7a378ac531
25 changed files with 39 additions and 39 deletions

@ -3,7 +3,7 @@
################################### ###################################
- alias: 'High Wind Speed Notification' - alias: 'High Wind Speed Notification'
hide_entity: True
trigger: trigger:
- platform: numeric_state - platform: numeric_state
entity_id: sensor.dark_sky_wind_speed entity_id: sensor.dark_sky_wind_speed

@ -3,7 +3,7 @@
################################### ###################################
- alias: 'Wind Speed Garage Door Check' - alias: 'Wind Speed Garage Door Check'
# hide_entity: True #
trigger: trigger:
- platform: numeric_state - platform: numeric_state
entity_id: sensor.dark_sky_wind_speed entity_id: sensor.dark_sky_wind_speed

@ -4,7 +4,7 @@
################################### ###################################
- alias: Heal Components Nightly - alias: Heal Components Nightly
hide_entity: True
trigger: trigger:
platform: time platform: time
at: '2:31:00' at: '2:31:00'

@ -1,5 +1,5 @@
- alias: "Wink Update Available Notification" - alias: "Wink Update Available Notification"
hide_entity: True
trigger: trigger:
platform: template platform: template
value_template: "{{ is_state_attr('binary_sensor.carlowink', 'update needed', True) }} != False }}" value_template: "{{ is_state_attr('binary_sensor.carlowink', 'update needed', True) }} != False }}"

@ -3,7 +3,7 @@
################################### ###################################
- alias: Login Failure - alias: Login Failure
hide_entity: True
trigger: trigger:
platform: template platform: template
value_template: "{{ states('persistent_notification.httplogin') != 'unknown' }}" value_template: "{{ states('persistent_notification.httplogin') != 'unknown' }}"

@ -5,7 +5,7 @@
############################################################################## ##############################################################################
- alias: "NOTIFY IF IP CHANGES" - alias: "NOTIFY IF IP CHANGES"
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: sensor.ipchange entity_id: sensor.ipchange

@ -3,7 +3,7 @@
################################### ###################################
- alias: Rachio_Rain_Delay - alias: Rachio_Rain_Delay
hide_entity: True
trigger: trigger:
- platform: numeric_state - platform: numeric_state
entity_id: entity_id:

@ -1,5 +1,5 @@
- alias: "Update Available Notification" - alias: "Update Available Notification"
hide_entity: True
trigger: trigger:
platform: state platform: state
entity_id: updater.updater entity_id: updater.updater

@ -7,7 +7,7 @@
################################### ###################################
- alias: Check if it's summer vacation on startup. - alias: Check if it's summer vacation on startup.
hide_entity: True
trigger: trigger:
- platform: homeassistant - platform: homeassistant
event: start event: start

@ -3,7 +3,7 @@
################################### ###################################
- alias: Startup Notification and Shut startup lights - alias: Startup Notification and Shut startup lights
hide_entity: True
trigger: trigger:
- platform: homeassistant - platform: homeassistant
event: start event: start

@ -4,7 +4,7 @@
################################### ###################################
- alias: Garadget Reflection Rates - alias: Garadget Reflection Rates
hide_entity: True
trigger: trigger:
- platform: numeric_state - platform: numeric_state
entity_id: sensor.large_garage_reflection_rate entity_id: sensor.large_garage_reflection_rate
@ -34,7 +34,7 @@
############################################################################## ##############################################################################
- alias: Is the Garage door Open at night - Checks every 30 minutes or 5 minutes after we drive away. - alias: Is the Garage door Open at night - Checks every 30 minutes or 5 minutes after we drive away.
hide_entity: True
trigger: trigger:
- platform: time_pattern - platform: time_pattern
minutes: '/45' minutes: '/45'

@ -5,7 +5,7 @@
############################################################## ##############################################################
- alias: Garage Light Hallway Helper OPEN - alias: Garage Light Hallway Helper OPEN
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: binary_sensor.kitchen_door entity_id: binary_sensor.kitchen_door
@ -26,7 +26,7 @@
############################################################## ##############################################################
- alias: Garage Light Hallway Helper Closed - alias: Garage Light Hallway Helper Closed
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: binary_sensor.mcu1_gpio12 entity_id: binary_sensor.mcu1_gpio12
@ -56,7 +56,7 @@
############################################################## ##############################################################
- alias: Shutdown Helper light - alias: Shutdown Helper light
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: light.k4 entity_id: light.k4

@ -2,7 +2,7 @@
## IFTTT checks Office 365 Calendar and Notifies me of appointments. Flash lights but only at reasonable hours. ## IFTTT checks Office 365 Calendar and Notifies me of appointments. Flash lights but only at reasonable hours.
################################### ###################################
- alias: 'IFTTT Appointment reminder' - alias: 'IFTTT Appointment reminder'
hide_entity: True
trigger: trigger:
- platform: event - platform: event
event_type: IFTTT_Appointment event_type: IFTTT_Appointment

@ -2,7 +2,7 @@
## LOG IFTTT Stuff - Rachio ## LOG IFTTT Stuff - Rachio
################################### ###################################
- alias: 'Log Sprinkler Activity' - alias: 'Log Sprinkler Activity'
hide_entity: True
trigger: trigger:
- platform: event - platform: event
event_type: rachio_water_stops event_type: rachio_water_stops

@ -2,7 +2,7 @@
## LOG Medicine ## LOG Medicine
################################### ###################################
- alias: 'Log Medicine Activity' - alias: 'Log Medicine Activity'
hide_entity: True
trigger: trigger:
- platform: event - platform: event
event_type: medicine_dash event_type: medicine_dash

@ -5,7 +5,7 @@
############################################################## ##############################################################
- alias: Hallway ZWave Enerwave Door Sensors Open - alias: Hallway ZWave Enerwave Door Sensors Open
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: binary_sensor.hallway_pantry entity_id: binary_sensor.hallway_pantry
@ -35,7 +35,7 @@
############################################################## ##############################################################
- alias: ZWave Enerwave Door Sensors Closed - alias: ZWave Enerwave Door Sensors Closed
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: binary_sensor.hallway_pantry entity_id: binary_sensor.hallway_pantry
@ -50,7 +50,7 @@
############################################################## ##############################################################
- alias: Shutdown Helper light - alias: Shutdown Helper light
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: light.k4 entity_id: light.k4

@ -299,7 +299,7 @@ automation:
#-------------------------------------------#--- #-------------------------------------------#---
- alias: "Panel Door opened" - alias: "Panel Door opened"
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: entity_id:

@ -13,7 +13,7 @@
################################### ###################################
automation: automation:
- alias: Aura Scene Nighttime - alias: Aura Scene Nighttime
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: input_boolean.good_night entity_id: input_boolean.good_night
@ -49,7 +49,7 @@ automation:
data_template: {"event":"aura_night_mode"} data_template: {"event":"aura_night_mode"}
- alias: Aura Scene away - alias: Aura Scene away
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: entity_id:
@ -67,7 +67,7 @@ automation:
- alias: Aura Scene Home - alias: Aura Scene Home
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: entity_id:

@ -83,7 +83,7 @@ group:
#------------------------------------------- #-------------------------------------------
automation: automation:
- alias: Nest protect emergency - alias: Nest protect emergency
hide_entity: true
trigger: trigger:
platform: state platform: state
entity_id: 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)" 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 - alias: Nest Protect Offline Notify
hide_entity: true
trigger: trigger:
platform: state platform: state
entity_id: entity_id:

@ -151,7 +151,7 @@ group:
#------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------
automation: automation:
- alias: 'Device Status' - alias: 'Device Status'
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: entity_id:

@ -77,7 +77,7 @@ sensor:
# #
automation: automation:
- alias: Notify if Grid is down - alias: Notify if Grid is down
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: sensor.grid_status entity_id: sensor.grid_status

@ -37,7 +37,7 @@ automation:
## LOG IFTTT Stuff - Rachio ## LOG IFTTT Stuff - Rachio
################################### ###################################
- alias: 'Log Sprinkler Activity' - alias: 'Log Sprinkler Activity'
hide_entity: True
trigger: trigger:
- platform: event - platform: event
event_type: rachio_water_stops event_type: rachio_water_stops

@ -63,7 +63,7 @@ switch:
## Doorbell Press ## Doorbell Press
automation: automation:
- alias: 'Log SkyBell Pressed Activity' - alias: 'Log SkyBell Pressed Activity'
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: entity_id:
@ -87,7 +87,7 @@ automation:
# Motion Sensing # Motion Sensing
- alias: 'Log SkyBell Motion detection' - alias: 'Log SkyBell Motion detection'
hide_entity: True
trigger: trigger:
- platform: event - platform: event
event_type: skybell_motion 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. # Turn SkyBell Light and Neato Schedule back on if it's turned off. Like any Good Watchdog.
- alias: Automated Mismatch WatchDog! - alias: Automated Mismatch WatchDog!
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: entity_id:

@ -26,7 +26,7 @@ sensor:
automation: automation:
- alias: "Travis FAILURE Notification" - alias: "Travis FAILURE Notification"
hide_entity: True
trigger: trigger:
- platform: state - platform: state
entity_id: entity_id:

@ -165,7 +165,7 @@ group:
automation: automation:
- alias: 'New Twitter follower!' - alias: 'New Twitter follower!'
hide_entity: True
trigger: trigger:
- platform: event - platform: event
event_type: new_follower event_type: new_follower
@ -184,7 +184,7 @@ automation:
media_content_type: audio/mp4 media_content_type: audio/mp4
- alias: 'Closed Github Issue' - alias: 'Closed Github Issue'
hide_entity: True
trigger: trigger:
- platform: event - platform: event
event_type: closed_github event_type: closed_github
@ -215,7 +215,7 @@ automation:
{{ pictures|random }} {{ pictures|random }}
- alias: 'Random House stats' - alias: 'Random House stats'
hide_entity: True
trigger: trigger:
- platform: time_pattern - platform: time_pattern
hours: '/2' hours: '/2'
@ -250,7 +250,7 @@ automation:
{{ pick|random }} {{ pick|random }}
- alias: 'Random YouTube Videos BearStone' - alias: 'Random YouTube Videos BearStone'
hide_entity: True
trigger: trigger:
- platform: time_pattern - platform: time_pattern
hours: '/7' hours: '/7'
@ -279,7 +279,7 @@ automation:
{{ pick|random }} {{ pick|random }}
- alias: 'Random YouTube Videos CCostan' - alias: 'Random YouTube Videos CCostan'
hide_entity: True
trigger: trigger:
- platform: time_pattern - platform: time_pattern
hours: '/22' hours: '/22'