mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Use common states for "Low" and "High" in tuya
(#142491)
This commit is contained in:
parent
3a670e74f7
commit
a957db7c27
@ -321,9 +321,9 @@
|
|||||||
"vacuum_cistern": {
|
"vacuum_cistern": {
|
||||||
"name": "Water tank adjustment",
|
"name": "Water tank adjustment",
|
||||||
"state": {
|
"state": {
|
||||||
"low": "Low",
|
"low": "[%key:common::state::low%]",
|
||||||
"middle": "Middle",
|
"middle": "Middle",
|
||||||
"high": "High",
|
"high": "[%key:common::state::high%]",
|
||||||
"closed": "[%key:common::state::closed%]"
|
"closed": "[%key:common::state::closed%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user