Fixing False Alarms
This commit is contained in:
parent
b04d1a4ab5
commit
4ac5486da4
|
@ -6,7 +6,7 @@
|
||||||
homeassistant:
|
homeassistant:
|
||||||
customize_glob:
|
customize_glob:
|
||||||
"*.carlojuice*":
|
"*.carlojuice*":
|
||||||
|
|
||||||
homebridge_hidden: True
|
homebridge_hidden: True
|
||||||
hidden: False
|
hidden: False
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
@ -47,7 +47,7 @@ automation:
|
||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.carlojuice_amps
|
entity_id: sensor.carlojuice_amps
|
||||||
above: 24
|
above: 24.5
|
||||||
action:
|
action:
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
entity_id: input_boolean.alert_mode
|
entity_id: input_boolean.alert_mode
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# customize_glob:
|
# customize_glob:
|
||||||
# "input_select.log_*":
|
# "input_select.log_*":
|
||||||
# icon: mdi:bug
|
# icon: mdi:bug
|
||||||
#
|
#
|
||||||
# hidden: False
|
# hidden: False
|
||||||
|
|
||||||
#Random number - https://www.random.org/integers/?num=1&min=1&max=10&col=1&base=10&format=plain&rnd=new
|
#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:
|
duration:
|
||||||
hours: 24
|
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
|
- platform: history_stats
|
||||||
name: Landscaping Light time
|
name: Landscaping Light time
|
||||||
entity_id: group.landscaping
|
entity_id: group.landscaping
|
||||||
|
|
Loading…
Reference in New Issue