Skip to content

Commit

Permalink
Adjusted washinging powered off threshold.
Browse files Browse the repository at this point in the history
False trigger occurred. Suspect it was related to un balanced load.
  • Loading branch information
dannytsang committed Oct 20, 2024
1 parent b6dd0c1 commit 9c53958
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/rooms/utility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,15 +266,15 @@ template:
entity_id: sensor.washing_machine_current_consumption
for:
hours: 0
minutes: 1
seconds: 0
minutes: 0
seconds: 45
above: "2.4"
- trigger: numeric_state
entity_id: sensor.washing_machine_current_consumption
for:
hours: 0
minutes: 1
seconds: 30
seconds: 45
below: "2.5"
- trigger: homeassistant
event: start
Expand Down

0 comments on commit 9c53958

Please sign in to comment.