Skip to content

Commit

Permalink
Decreased threshold for when the washing is not running.
Browse files Browse the repository at this point in the history
Adjusted washing machine finishes message.
  • Loading branch information
dannytsang committed May 3, 2023
1 parent 6045cbe commit 736a70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rooms/utility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ automation:
- service: script.washing_complete_notification
data:
message: ":checkered_flag: Finished."
title: ":shirt: :soap: :checkered_flag: Washing Machine"
title: ":shirt: :soap: Washing Machine"
mode: single

script:
Expand Down Expand Up @@ -158,7 +158,7 @@ template:
for:
hours: 0
minutes: 1
seconds: 0
seconds: 30
below: "10"
- platform: homeassistant
event: start
Expand Down

0 comments on commit 736a70d

Please sign in to comment.