Fix misstype translation reference keynames (#89855)
This commit is contained in:
parent
ed0a059053
commit
cdb01146da
1 changed files with 11 additions and 11 deletions
|
@ -132,7 +132,7 @@
|
||||||
"name": "Carbon monoxide",
|
"name": "Carbon monoxide",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:component::binary_sensor::entity_component::gas::state::off%]",
|
"off": "[%key:component::binary_sensor::entity_component::gas::state::off%]",
|
||||||
"on": "[key:component::binary_sensor::entity_component::gas::state::on%]"
|
"on": "[%key:component::binary_sensor::entity_component::gas::state::on%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cold": {
|
"cold": {
|
||||||
|
@ -201,8 +201,8 @@
|
||||||
"motion": {
|
"motion": {
|
||||||
"name": "Motion",
|
"name": "Motion",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[key:component::binary_sensor::entity_component::gas::state::off%]",
|
"off": "[%key:component::binary_sensor::entity_component::gas::state::off%]",
|
||||||
"on": "[key:component::binary_sensor::entity_component::gas::state::on%]"
|
"on": "[%key:component::binary_sensor::entity_component::gas::state::on%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"moving": {
|
"moving": {
|
||||||
|
@ -215,8 +215,8 @@
|
||||||
"occupancy": {
|
"occupancy": {
|
||||||
"name": "Occupancy",
|
"name": "Occupancy",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[key:component::binary_sensor::entity_component::gas::state::off%]",
|
"off": "[%key:component::binary_sensor::entity_component::gas::state::off%]",
|
||||||
"on": "[key:component::binary_sensor::entity_component::gas::state::on%]"
|
"on": "[%key:component::binary_sensor::entity_component::gas::state::on%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"opening": {
|
"opening": {
|
||||||
|
@ -264,15 +264,15 @@
|
||||||
"smoke": {
|
"smoke": {
|
||||||
"name": "Smoke",
|
"name": "Smoke",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[key:component::binary_sensor::entity_component::gas::state::off%]",
|
"off": "[%key:component::binary_sensor::entity_component::gas::state::off%]",
|
||||||
"on": "[key:component::binary_sensor::entity_component::gas::state::on%]"
|
"on": "[%key:component::binary_sensor::entity_component::gas::state::on%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sound": {
|
"sound": {
|
||||||
"name": "Sound",
|
"name": "Sound",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[key:component::binary_sensor::entity_component::gas::state::off%]",
|
"off": "[%key:component::binary_sensor::entity_component::gas::state::off%]",
|
||||||
"on": "[key:component::binary_sensor::entity_component::gas::state::on%]"
|
"on": "[%key:component::binary_sensor::entity_component::gas::state::on%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"update": {
|
"update": {
|
||||||
|
@ -285,8 +285,8 @@
|
||||||
"vibration": {
|
"vibration": {
|
||||||
"name": "Vibration",
|
"name": "Vibration",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[key:component::binary_sensor::entity_component::gas::state::off%]",
|
"off": "[%key:component::binary_sensor::entity_component::gas::state::off%]",
|
||||||
"on": "[key:component::binary_sensor::entity_component::gas::state::on%]"
|
"on": "[%key:component::binary_sensor::entity_component::gas::state::on%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"window": {
|
"window": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue