From 8a30e555a2c5dbfa28856a091dbc6cae37a9106a Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Sun, 11 Dec 2016 20:42:53 +0000 Subject: [PATCH] Hide Stuff --- automation/watchdog.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/automation/watchdog.yaml b/automation/watchdog.yaml index 02572e04..f9be10b4 100755 --- a/automation/watchdog.yaml +++ b/automation/watchdog.yaml @@ -89,6 +89,7 @@ ############################################################################## - alias: If Outdoor lights are on and it's daytime, TURN THEM OFF!! + hide_entity: True trigger: - platform: time minutes: '/47' @@ -108,6 +109,7 @@ ############################################################################## - alias: "NOTIFY IF IP CHANGES" + hide_entity: True trigger: - platform: state entity_id: sensor.ipchange @@ -118,4 +120,8 @@ data_template: value1: 'Changed IP address:' value2: "New IP: {{ states('sensor.exteral_ip') }}" - value3: ' - Be sure to Cahnge DNS!' + value3: ' - Be sure to Change DNS!' + +############################################################################## + +