mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +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": {
|
||||
"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%]"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user