mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Use (new) common state "Empty" in whirlpool
(#147847)
Use (new) common state "Empty"
This commit is contained in:
parent
a180cabea9
commit
35f0505c7b
@ -113,7 +113,7 @@
|
|||||||
"name": "Detergent level",
|
"name": "Detergent level",
|
||||||
"state": {
|
"state": {
|
||||||
"unknown": "Unknown",
|
"unknown": "Unknown",
|
||||||
"empty": "Empty",
|
"empty": "[%key:common::state::empty%]",
|
||||||
"25": "25%",
|
"25": "25%",
|
||||||
"50": "50%",
|
"50": "50%",
|
||||||
"100": "100%",
|
"100": "100%",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user