mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Fix substitutions in strings.json in Miele integration (#144881)
Fix substitutions in strings.json
This commit is contained in:
parent
710e18f399
commit
3b1a33d606
@ -196,7 +196,7 @@
|
||||
"state": {
|
||||
"0": "0",
|
||||
"110": "Warming",
|
||||
"220": "%key::component::miele::sensor::plate::state::110%",
|
||||
"220": "[%key:component::miele::entity::sensor::plate::state::110%]",
|
||||
"1": "1",
|
||||
"2": "1\u2022",
|
||||
"3": "2",
|
||||
@ -216,8 +216,8 @@
|
||||
"17": "9",
|
||||
"18": "9\u2022",
|
||||
"117": "Boost",
|
||||
"118": "%key::component::miele::sensor::plate::state::117%",
|
||||
"217": "%key::component::miele::sensor::plate::state::117%"
|
||||
"118": "[%key:component::miele::entity::sensor::plate::state::117%]",
|
||||
"217": "[%key:component::miele::entity::sensor::plate::state::117%]"
|
||||
}
|
||||
},
|
||||
"drying_step": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user