Use common states for "Low" and "High" in tuya (#142491)

This commit is contained in:
Norbert Rittel 2025-04-08 18:15:57 +02:00 committed by GitHub
parent 3a670e74f7
commit a957db7c27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -321,9 +321,9 @@
"vacuum_cistern": {
"name": "Water tank adjustment",
"state": {
"low": "Low",
"low": "[%key:common::state::low%]",
"middle": "Middle",
"high": "High",
"high": "[%key:common::state::high%]",
"closed": "[%key:common::state::closed%]"
}
},