mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-03-03 11:09:15 +00:00
Adding bad traffic home alerts
This commit is contained in:
parent
d99d1e24fd
commit
824fe8cce7
@ -1,7 +1,7 @@
|
|||||||
jeff_bad_traffic_home:
|
jeff_bad_traffic_home:
|
||||||
name: Traffic Bad! Currently {{states.sensor.jeff_ett_home.attributes.duration_in_traffic}} mins home!
|
name: Traffic Bad! Currently {{states.sensor.jeff_ett_home.attributes.duration_in_traffic}} mins home!
|
||||||
done_message: Canceling Traffic Alert
|
done_message: Canceling Traffic Alert
|
||||||
entity_id: jeff_traffic_alert_home
|
entity_id: input_boolean.jeff_traffic_alert_home
|
||||||
state: 'on'
|
state: 'on'
|
||||||
repeat: 10
|
repeat: 10
|
||||||
can_acknowledge: True
|
can_acknowledge: True
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity_id: sensor.jeff_location
|
entity_id: sensor.jeff_location
|
||||||
state: 'Summit'
|
state: 'Summit'
|
||||||
condition:
|
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.jeff_traffic_alerts
|
entity_id: input_boolean.jeff_traffic_alerts
|
||||||
state: 'on'
|
state: 'on'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user