Add translation for Tamper binary sensor (#101416)
parent
a4f0da8286
commit
e8c38fe99e
|
@ -286,6 +286,13 @@
|
||||||
"on": "[%key:component::binary_sensor::entity_component::gas::state::on%]"
|
"on": "[%key:component::binary_sensor::entity_component::gas::state::on%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"tamper": {
|
||||||
|
"name": "Tamper",
|
||||||
|
"state": {
|
||||||
|
"off": "[%key:component::binary_sensor::entity_component::gas::state::off%]",
|
||||||
|
"on": "Tampering detected"
|
||||||
|
}
|
||||||
|
},
|
||||||
"update": {
|
"update": {
|
||||||
"name": "Update",
|
"name": "Update",
|
||||||
"state": {
|
"state": {
|
||||||
|
|
Loading…
Reference in New Issue