fix: harden Washing Machine remaining-time parsing for unavailable states

Treat 'unavailable'/'none'/'-'/'' remaining-time values as not-running and
parse with int(0) defaults so a partially invalid sensor value degrades to 0
instead of raising. Bump manifest to 2.14.1.
This commit is contained in:
2026-06-21 21:04:41 +03:00
parent c8ab66caf3
commit 3355f0dda8
2 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "2.14.0"
"version": "2.14.1"
}