Use (new) common state "Empty" for water level in switchbot (#147836)

This commit is contained in:
Norbert Rittel 2025-07-01 21:43:21 +02:00 committed by GitHub
parent 639a749a0f
commit 78a9cd9201
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%]"