Fix misstype translation reference keynames (#89855)

This commit is contained in:
lunmay 2023-03-17 12:05:29 +01:00 committed by GitHub
parent ed0a059053
commit cdb01146da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {