From 7a378ac5317498c74f5c568e05393ca0a77dfca1 Mon Sep 17 00:00:00 2001
From: ccostan <carlo@ipm.com>
Date: Thu, 6 Feb 2020 14:32:18 -0500
Subject: [PATCH] REMOVING ALL HIDE_ENTITY switches to prep for 105 and 107.
 #708

---
 config/automation/Speech/High_Wind_Speed_Check.yaml    |  2 +-
 .../automation/Speech/garadget_Wind_Speed_Check.yaml   |  2 +-
 config/automation/System/Self_heal.yaml                |  2 +-
 config/automation/System/Wink_update_notification.yaml |  2 +-
 config/automation/System/bad_logins.yaml               |  2 +-
 config/automation/System/ip_change.yaml                |  2 +-
 config/automation/System/rachio_rain_delay.yaml        |  2 +-
 config/automation/System/update_notification.yaml      |  2 +-
 config/automation/Timed_Triggers/startup_month.yaml    |  2 +-
 .../Timed_Triggers/startup_notification.yaml           |  2 +-
 config/automation/garadget.yaml                        |  4 ++--
 config/automation/garage_entry_light.yaml              |  6 +++---
 config/automation/ifttt_calendar.yaml                  |  2 +-
 config/automation/ifttt_logger.yaml                    |  2 +-
 config/automation/medicine_logger.yaml                 |  2 +-
 config/automation/zwave_hallway_door_sensor.yaml       |  6 +++---
 config/packages/alarm.yaml                             |  2 +-
 config/packages/aurahome.yaml.DISABLED                 |  6 +++---
 config/packages/nest_protects.yaml                     |  4 ++--
 config/packages/network.yaml                           |  2 +-
 config/packages/powerwall.yaml                         |  2 +-
 config/packages/rachio.yaml                            |  2 +-
 config/packages/skybellhd.yaml                         |  6 +++---
 config/packages/travis.yaml                            |  2 +-
 config/packages/twitter.yaml                           | 10 +++++-----
 25 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/config/automation/Speech/High_Wind_Speed_Check.yaml b/config/automation/Speech/High_Wind_Speed_Check.yaml
index f3a29f96..e5c18190 100755
--- a/config/automation/Speech/High_Wind_Speed_Check.yaml
+++ b/config/automation/Speech/High_Wind_Speed_Check.yaml
@@ -3,7 +3,7 @@
 ###################################
 
 - alias: 'High Wind Speed Notification'
-  hide_entity: True
+  
   trigger:
     - platform: numeric_state
       entity_id: sensor.dark_sky_wind_speed
diff --git a/config/automation/Speech/garadget_Wind_Speed_Check.yaml b/config/automation/Speech/garadget_Wind_Speed_Check.yaml
index dc320552..fba9daea 100755
--- a/config/automation/Speech/garadget_Wind_Speed_Check.yaml
+++ b/config/automation/Speech/garadget_Wind_Speed_Check.yaml
@@ -3,7 +3,7 @@
 ###################################
 
 - alias: 'Wind Speed Garage Door Check'
-#  hide_entity: True
+#  
   trigger:
     - platform: numeric_state
       entity_id: sensor.dark_sky_wind_speed
diff --git a/config/automation/System/Self_heal.yaml b/config/automation/System/Self_heal.yaml
index 47f84f46..d01d12a6 100755
--- a/config/automation/System/Self_heal.yaml
+++ b/config/automation/System/Self_heal.yaml
@@ -4,7 +4,7 @@
 ###################################
 
 - alias: Heal Components Nightly
-  hide_entity: True
+  
   trigger:
     platform: time
     at: '2:31:00'
diff --git a/config/automation/System/Wink_update_notification.yaml b/config/automation/System/Wink_update_notification.yaml
index 0bb8cd1e..91cd9914 100755
--- a/config/automation/System/Wink_update_notification.yaml
+++ b/config/automation/System/Wink_update_notification.yaml
@@ -1,5 +1,5 @@
 - alias: "Wink Update Available Notification"
-  hide_entity: True
+  
   trigger:
     platform: template
     value_template: "{{ is_state_attr('binary_sensor.carlowink', 'update needed', True) }} != False }}"
diff --git a/config/automation/System/bad_logins.yaml b/config/automation/System/bad_logins.yaml
index f6984f4f..fadba375 100755
--- a/config/automation/System/bad_logins.yaml
+++ b/config/automation/System/bad_logins.yaml
@@ -3,7 +3,7 @@
 ###################################
 
 - alias: Login Failure
-  hide_entity: True
+  
   trigger:
     platform: template
     value_template: "{{ states('persistent_notification.httplogin') != 'unknown' }}"
diff --git a/config/automation/System/ip_change.yaml b/config/automation/System/ip_change.yaml
index 8ec89984..4a5c232a 100755
--- a/config/automation/System/ip_change.yaml
+++ b/config/automation/System/ip_change.yaml
@@ -5,7 +5,7 @@
 ##############################################################################
 
 - alias: "NOTIFY IF IP CHANGES"
-  hide_entity: True
+  
   trigger:
     - platform: state
       entity_id: sensor.ipchange
diff --git a/config/automation/System/rachio_rain_delay.yaml b/config/automation/System/rachio_rain_delay.yaml
index 243f5e0d..c640e1c3 100755
--- a/config/automation/System/rachio_rain_delay.yaml
+++ b/config/automation/System/rachio_rain_delay.yaml
@@ -3,7 +3,7 @@
 ###################################
 
 - alias: Rachio_Rain_Delay
-  hide_entity: True
+  
   trigger:
     - platform: numeric_state
       entity_id:
diff --git a/config/automation/System/update_notification.yaml b/config/automation/System/update_notification.yaml
index 31d56c39..9780667d 100755
--- a/config/automation/System/update_notification.yaml
+++ b/config/automation/System/update_notification.yaml
@@ -1,5 +1,5 @@
 - alias: "Update Available Notification"
-  hide_entity: True
+  
   trigger:
     platform: state
     entity_id: updater.updater
diff --git a/config/automation/Timed_Triggers/startup_month.yaml b/config/automation/Timed_Triggers/startup_month.yaml
index dcc5c168..6e83b480 100755
--- a/config/automation/Timed_Triggers/startup_month.yaml
+++ b/config/automation/Timed_Triggers/startup_month.yaml
@@ -7,7 +7,7 @@
 ###################################
 
 - alias: Check if it's summer vacation on startup.
-  hide_entity: True
+  
   trigger:
     - platform: homeassistant
       event: start
diff --git a/config/automation/Timed_Triggers/startup_notification.yaml b/config/automation/Timed_Triggers/startup_notification.yaml
index bb1ef470..4115d8bc 100755
--- a/config/automation/Timed_Triggers/startup_notification.yaml
+++ b/config/automation/Timed_Triggers/startup_notification.yaml
@@ -3,7 +3,7 @@
 ###################################
 
 - alias: Startup Notification and Shut startup lights
-  hide_entity: True
+  
   trigger:
     - platform: homeassistant
       event: start
diff --git a/config/automation/garadget.yaml b/config/automation/garadget.yaml
index 39ce50a6..62449693 100755
--- a/config/automation/garadget.yaml
+++ b/config/automation/garadget.yaml
@@ -4,7 +4,7 @@
 ###################################
 
 - alias: Garadget Reflection Rates
-  hide_entity: True
+  
   trigger:
     - platform: numeric_state
       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.
-  hide_entity: True
+  
   trigger:
     - platform: time_pattern
       minutes: '/45'
diff --git a/config/automation/garage_entry_light.yaml b/config/automation/garage_entry_light.yaml
index fa89e0a2..f3790115 100755
--- a/config/automation/garage_entry_light.yaml
+++ b/config/automation/garage_entry_light.yaml
@@ -5,7 +5,7 @@
 
 ##############################################################
 - alias: Garage Light Hallway Helper OPEN
-  hide_entity: True
+  
   trigger:
     - platform: state
       entity_id: binary_sensor.kitchen_door
@@ -26,7 +26,7 @@
 
 ##############################################################
 - alias: Garage Light Hallway Helper Closed
-  hide_entity: True
+  
   trigger:
     - platform: state
       entity_id: binary_sensor.mcu1_gpio12
@@ -56,7 +56,7 @@
 
 ##############################################################
 - alias: Shutdown Helper light
-  hide_entity: True
+  
   trigger:
     - platform: state
       entity_id: light.k4
diff --git a/config/automation/ifttt_calendar.yaml b/config/automation/ifttt_calendar.yaml
index 7fd31a31..6ed5f19f 100755
--- a/config/automation/ifttt_calendar.yaml
+++ b/config/automation/ifttt_calendar.yaml
@@ -2,7 +2,7 @@
 ##  IFTTT checks Office 365 Calendar and Notifies me of appointments. Flash lights but only at reasonable hours.
 ###################################
 - alias: 'IFTTT Appointment reminder'
-  hide_entity: True
+  
   trigger:
     - platform: event
       event_type: IFTTT_Appointment
diff --git a/config/automation/ifttt_logger.yaml b/config/automation/ifttt_logger.yaml
index daae82b5..82b4524e 100755
--- a/config/automation/ifttt_logger.yaml
+++ b/config/automation/ifttt_logger.yaml
@@ -2,7 +2,7 @@
 ##  LOG IFTTT Stuff - Rachio
 ###################################
 - alias: 'Log Sprinkler Activity'
-  hide_entity: True
+  
   trigger:
     - platform: event
       event_type: rachio_water_stops
diff --git a/config/automation/medicine_logger.yaml b/config/automation/medicine_logger.yaml
index d294ebb2..a28b5848 100755
--- a/config/automation/medicine_logger.yaml
+++ b/config/automation/medicine_logger.yaml
@@ -2,7 +2,7 @@
 ##  LOG Medicine
 ###################################
 - alias: 'Log Medicine Activity'
-  hide_entity: True
+  
   trigger:
     - platform: event
       event_type: medicine_dash
diff --git a/config/automation/zwave_hallway_door_sensor.yaml b/config/automation/zwave_hallway_door_sensor.yaml
index 283e8e9e..bc88f7b1 100755
--- a/config/automation/zwave_hallway_door_sensor.yaml
+++ b/config/automation/zwave_hallway_door_sensor.yaml
@@ -5,7 +5,7 @@
 
 ##############################################################
 - alias: Hallway ZWave Enerwave Door Sensors Open
-  hide_entity: True
+  
   trigger:
     - platform: state
       entity_id: binary_sensor.hallway_pantry
@@ -35,7 +35,7 @@
 
 ##############################################################
 - alias: ZWave Enerwave Door Sensors Closed
-  hide_entity: True
+  
   trigger:
     - platform: state
       entity_id: binary_sensor.hallway_pantry
@@ -50,7 +50,7 @@
 
 ##############################################################
 - alias: Shutdown Helper light
-  hide_entity: True
+  
   trigger:
     - platform: state
       entity_id: light.k4
diff --git a/config/packages/alarm.yaml b/config/packages/alarm.yaml
index 8e37d6a6..2bf08b0b 100755
--- a/config/packages/alarm.yaml
+++ b/config/packages/alarm.yaml
@@ -299,7 +299,7 @@ automation:
 
 #-------------------------------------------#---
   - alias: "Panel Door opened"
-    hide_entity: True
+    
     trigger:
       - platform: state
         entity_id:
diff --git a/config/packages/aurahome.yaml.DISABLED b/config/packages/aurahome.yaml.DISABLED
index c43af2e9..569f4592 100755
--- a/config/packages/aurahome.yaml.DISABLED
+++ b/config/packages/aurahome.yaml.DISABLED
@@ -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:
diff --git a/config/packages/nest_protects.yaml b/config/packages/nest_protects.yaml
index cacb9d11..8e505f65 100755
--- a/config/packages/nest_protects.yaml
+++ b/config/packages/nest_protects.yaml
@@ -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:
diff --git a/config/packages/network.yaml b/config/packages/network.yaml
index ba7a36b0..f38f6f99 100755
--- a/config/packages/network.yaml
+++ b/config/packages/network.yaml
@@ -151,7 +151,7 @@ group:
 #-------------------------------------------------------------------------------------
 automation:
   - alias: 'Device Status'
-    hide_entity: True
+    
     trigger:
       - platform: state
         entity_id:
diff --git a/config/packages/powerwall.yaml b/config/packages/powerwall.yaml
index cc381ff6..ed30e6ea 100755
--- a/config/packages/powerwall.yaml
+++ b/config/packages/powerwall.yaml
@@ -77,7 +77,7 @@ sensor:
 #
 automation:
   - alias: Notify if Grid is down
-    hide_entity: True
+    
     trigger:
       - platform: state
         entity_id: sensor.grid_status
diff --git a/config/packages/rachio.yaml b/config/packages/rachio.yaml
index b5a57413..a9d56014 100755
--- a/config/packages/rachio.yaml
+++ b/config/packages/rachio.yaml
@@ -37,7 +37,7 @@ automation:
   ##  LOG IFTTT Stuff - Rachio
   ###################################
   - alias: 'Log Sprinkler Activity'
-    hide_entity: True
+    
     trigger:
       - platform: event
         event_type: rachio_water_stops
diff --git a/config/packages/skybellhd.yaml b/config/packages/skybellhd.yaml
index 38ba6e84..eafbcd3c 100755
--- a/config/packages/skybellhd.yaml
+++ b/config/packages/skybellhd.yaml
@@ -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:
diff --git a/config/packages/travis.yaml b/config/packages/travis.yaml
index bb972e18..43461a58 100755
--- a/config/packages/travis.yaml
+++ b/config/packages/travis.yaml
@@ -26,7 +26,7 @@ sensor:
 
 automation:
   - alias: "Travis FAILURE Notification"
-    hide_entity: True
+    
     trigger:
       - platform: state
         entity_id:
diff --git a/config/packages/twitter.yaml b/config/packages/twitter.yaml
index b4adcdff..eaa12248 100755
--- a/config/packages/twitter.yaml
+++ b/config/packages/twitter.yaml
@@ -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'