diff --git a/automation/bad_logins.yaml b/automation/bad_logins.yaml index 710c5f69..d575d83c 100755 --- a/automation/bad_logins.yaml +++ b/automation/bad_logins.yaml @@ -1,4 +1,5 @@ - alias: Login Failure + hide_entity: True trigger: platform: numeric_state entity_id: sensor.badlogin diff --git a/automation/device_status.yaml b/automation/device_status.yaml index e53b98d3..d77caa4e 100755 --- a/automation/device_status.yaml +++ b/automation/device_status.yaml @@ -1,4 +1,5 @@ - alias: 'Device Status' + hide_entity: True #This recipe sends a POST to IFTTT Maker channel. IFTTT then sends me a SMS Text with "device_status : Wii is Offline." trigger: - platform: state diff --git a/automation/rachio.yaml b/automation/rachio.yaml index 000e39f5..5cc4fd85 100755 --- a/automation/rachio.yaml +++ b/automation/rachio.yaml @@ -1,6 +1,7 @@ # Here is a collection of automations for logging IFTTT supported devices in LogBook. - alias: 'Log Sprinkler Activity' + hide_entity: True trigger: - platform: event event_type: rachio_water_stops diff --git a/automation/skybell.yaml b/automation/skybell.yaml index f18cd0cc..c3e20e81 100755 --- a/automation/skybell.yaml +++ b/automation/skybell.yaml @@ -1,6 +1,7 @@ # Here is a collection of automations for logging IFTTT supported devices in LogBook. - alias: 'Log SkyBell Pressed Activity' + hide_entity: True trigger: - platform: event event_type: skybell_pressed @@ -12,6 +13,7 @@ message: "Someone Pressed the Doorbell." - alias: 'Log SkyBell Motion detection' + hide_entity: True trigger: - platform: event event_type: skybell_motion diff --git a/automation/startup_notification.yaml b/automation/startup_notification.yaml index 64dca02c..e3106e27 100755 --- a/automation/startup_notification.yaml +++ b/automation/startup_notification.yaml @@ -1,4 +1,5 @@ - alias: Startup Notification + hide_entity: True trigger: platform: event event_type: homeassistant_start diff --git a/automation/tv_time.yaml b/automation/tv_time.yaml index 51fff3f9..00d381f8 100755 --- a/automation/tv_time.yaml +++ b/automation/tv_time.yaml @@ -7,19 +7,20 @@ event_type: tv_time - platform: state entity_id: sensor.samsungtv - state: 'Online' + state: Online - condition: and - conditions: - - condition: state - entity_id: group.family - state: home - - condition: state - entity_id: sensor.samsungtv - state: online - - condition: state - entity_id: sun.sun - state: 'below_horizon' + condition: + condition: and + conditions: + - condition: state + entity_id: group.family + state: home + - condition: state + entity_id: sensor.samsungtv + state: Online + - condition: state + entity_id: sun.sun + state: 'below_horizon' action: service: scene.turn_on diff --git a/automation/update_notification.yaml b/automation/update_notification.yaml index a3b9fbcc..50d46c31 100755 --- a/automation/update_notification.yaml +++ b/automation/update_notification.yaml @@ -1,4 +1,5 @@ - alias: "Update Available Notification" + hide_entity: True trigger: platform: state entity_id: updater.updater diff --git a/sensor/weather.yaml b/sensor/weather.yaml index 53ab7cdd..fd8495e3 100755 --- a/sensor/weather.yaml +++ b/sensor/weather.yaml @@ -11,6 +11,8 @@ # - wind_bearing # - cloud_cover - humidity + - nearest_storm_distance + - minutely_summary # - pressure # - visibility # - ozone