From 4ac5486da4979857c17bc9524f6924d281cc6dcf Mon Sep 17 00:00:00 2001 From: ccostan Date: Sat, 6 Jan 2018 20:09:59 -0500 Subject: [PATCH] Fixing False Alarms --- packages/juicenet.yaml | 4 ++-- packages/twitter.yaml | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/packages/juicenet.yaml b/packages/juicenet.yaml index ec79b805..8403d6f8 100755 --- a/packages/juicenet.yaml +++ b/packages/juicenet.yaml @@ -6,7 +6,7 @@ homeassistant: customize_glob: "*.carlojuice*": - + homebridge_hidden: True hidden: False #------------------------------------------- @@ -47,7 +47,7 @@ automation: trigger: - platform: numeric_state entity_id: sensor.carlojuice_amps - above: 24 + above: 24.5 action: - service: input_boolean.turn_on entity_id: input_boolean.alert_mode diff --git a/packages/twitter.yaml b/packages/twitter.yaml index 680b1615..61f91fd4 100755 --- a/packages/twitter.yaml +++ b/packages/twitter.yaml @@ -7,7 +7,7 @@ # customize_glob: # "input_select.log_*": # icon: mdi:bug -# +# # hidden: False #Random number - https://www.random.org/integers/?num=1&min=1&max=10&col=1&base=10&format=plain&rnd=new @@ -32,6 +32,15 @@ sensor: duration: hours: 24 + - platform: history_stats + name: HVAC Time + entity_id: sensor.downstairs_thermostat_hvac_state + state: 'on' + type: time + end: '{{ now() }}' + duration: + hours: 24 + - platform: history_stats name: Landscaping Light time entity_id: group.landscaping