Add translation for Tamper binary sensor (#101416)

pull/101547/head
Joost Lekkerkerker 2023-10-05 08:32:43 +02:00 committed by Franck Nijhof
parent a4f0da8286
commit e8c38fe99e
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 7 additions and 0 deletions

View File

@ -286,6 +286,13 @@
"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": {
"name": "Update",
"state": {