mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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": {
|
||||
"name": "Water level",
|
||||
"state": {
|
||||
"empty": "Empty",
|
||||
"empty": "[%key:common::state::empty%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"high": "[%key:common::state::high%]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user