Use common states for "Low"/"Medium"/"High" in ecovacs (#142140)

This commit is contained in:
Norbert Rittel 2025-04-03 09:24:48 +02:00 committed by GitHub
parent 4a562b5085
commit db44ed845d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,9 +176,9 @@
"water_amount": {
"name": "Water flow level",
"state": {
"high": "High",
"low": "Low",
"medium": "Medium",
"high": "[%key:common::state::high%]",
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]",
"ultrahigh": "Ultrahigh"
}
},