From 7bb275ef374178ae7f01a99082b984ff6927171c Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Tue, 20 Dec 2016 19:17:23 +0000 Subject: [PATCH] Hide Yo Kids, Hide Yo Wife, Hide Yo IP! --- sensor/systemmonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensor/systemmonitor.yaml b/sensor/systemmonitor.yaml index f1703c04..192699bf 100755 --- a/sensor/systemmonitor.yaml +++ b/sensor/systemmonitor.yaml @@ -56,4 +56,4 @@ sensors: ipchange: entity_id: sensor.external_ip - value_template: "{%- if is_state('sensor.external_ip', '67.8.31.24') -%} False {%- else -%} True {%- endif %}" \ No newline at end of file + value_template: "{%- if is_state('sensor.external_ip', '!secret external_ip') -%} False {%- else -%} True {%- endif %}" \ No newline at end of file