Fixing False Alarms

pull/304/head
ccostan 8 years ago
parent b04d1a4ab5
commit 4ac5486da4

@ -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

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.