mirror of
https://github.com/home-assistant/core.git
synced 2025-09-09 23:01:40 +02:00
Use (new) common state "Empty" for water level in switchbot
(#147836)
This commit is contained in:
@@ -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%]"
|
||||
|
Reference in New Issue
Block a user