mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Use (new) common state "Empty" for water level in switchbot
(#147836)
This commit is contained in:
parent
639a749a0f
commit
78a9cd9201
@ -118,7 +118,7 @@
|
|||||||
"water_level": {
|
"water_level": {
|
||||||
"name": "Water level",
|
"name": "Water level",
|
||||||
"state": {
|
"state": {
|
||||||
"empty": "Empty",
|
"empty": "[%key:common::state::empty%]",
|
||||||
"low": "[%key:common::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "[%key:common::state::medium%]",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "[%key:common::state::high%]"
|
"high": "[%key:common::state::high%]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user