mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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",
|
"name": "Number of rinses",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"normal": "Normal",
|
"normal": "[%key:common::state::normal%]",
|
||||||
"extra": "Extra",
|
"extra": "Extra",
|
||||||
"max": "Max"
|
"max": "Max"
|
||||||
}
|
}
|
||||||
@ -238,7 +238,7 @@
|
|||||||
"contamination_state": {
|
"contamination_state": {
|
||||||
"name": "Contamination state",
|
"name": "Contamination state",
|
||||||
"state": {
|
"state": {
|
||||||
"normal": "Normal",
|
"normal": "[%key:common::state::normal%]",
|
||||||
"low": "[%key:common::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"warning": "Warning",
|
"warning": "Warning",
|
||||||
"critical": "Critical"
|
"critical": "Critical"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user