Last active
July 16, 2022 04:55
-
-
Save tathamoddie/12bf593600e7c84ce7d74d688f8e4111 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- alias: 'Washing Done' | |
mode: restart | |
trigger: | |
- platform: numeric_state | |
entity_id: sensor.washing_machine_power | |
above: 0 | |
for: | |
minutes: 5 | |
action: | |
- wait_for_trigger: | |
- platform: state | |
entity_id: sensor.washing_machine_power | |
to: 0 | |
for: | |
minutes: 5 | |
- service: notify.everyone | |
data: | |
title: "👕 So Fresh and So Clean" | |
message: Washing machine seems to be done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment