mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Add translation for Tamper binary sensor (#101416)
This commit is contained in:
committed by
GitHub
parent
0c8e1a691d
commit
ef066626c8
@@ -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": {
|
||||||
|
Reference in New Issue
Block a user