Washing Machine Notifications Stopped #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Notifications related to the washing machine have stopped firing
This may be because
input_select.washer_complete_detect_statewas stuck inTriggered. It might need an additional timeout or a check on HA startup to ensure it resets toIdle.This is resolved after fixing the
input_select.washer_complete_detect_state. Todo: Add additional timeout to force it back toIdle.