mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Use common state for "Normal" in matter
(#142452)
This commit is contained in:
parent
1e104ba40b
commit
43f93c74da
@ -222,7 +222,7 @@
|
||||
"name": "Number of rinses",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"normal": "Normal",
|
||||
"normal": "[%key:common::state::normal%]",
|
||||
"extra": "Extra",
|
||||
"max": "Max"
|
||||
}
|
||||
@ -238,7 +238,7 @@
|
||||
"contamination_state": {
|
||||
"name": "Contamination state",
|
||||
"state": {
|
||||
"normal": "Normal",
|
||||
"normal": "[%key:common::state::normal%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"warning": "Warning",
|
||||
"critical": "Critical"
|
||||
|
Loading…
x
Reference in New Issue
Block a user