mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-17 19:46:43 +00:00
Cleaning up washer notification so it doesnt exec if its already running
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
- above: 5
|
||||
entity_id: sensor.washer_power
|
||||
platform: numeric_state
|
||||
condition:
|
||||
condition: or
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: sensor.washer_status
|
||||
state: idle
|
||||
- condition: state
|
||||
entity_id: sensor.washer_status
|
||||
state: complete
|
||||
action:
|
||||
- service: script.washer_running
|
||||
initial_state: true
|
||||
|
Reference in New Issue
Block a user