mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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": {
|
"state": {
|
||||||
"0": "0",
|
"0": "0",
|
||||||
"110": "Warming",
|
"110": "Warming",
|
||||||
"220": "%key::component::miele::sensor::plate::state::110%",
|
"220": "[%key:component::miele::entity::sensor::plate::state::110%]",
|
||||||
"1": "1",
|
"1": "1",
|
||||||
"2": "1\u2022",
|
"2": "1\u2022",
|
||||||
"3": "2",
|
"3": "2",
|
||||||
@ -216,8 +216,8 @@
|
|||||||
"17": "9",
|
"17": "9",
|
||||||
"18": "9\u2022",
|
"18": "9\u2022",
|
||||||
"117": "Boost",
|
"117": "Boost",
|
||||||
"118": "%key::component::miele::sensor::plate::state::117%",
|
"118": "[%key:component::miele::entity::sensor::plate::state::117%]",
|
||||||
"217": "%key::component::miele::sensor::plate::state::117%"
|
"217": "[%key:component::miele::entity::sensor::plate::state::117%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"drying_step": {
|
"drying_step": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user