mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Add state attribute translations for locks (#89820)
This commit is contained in:
@@ -24,6 +24,14 @@
|
|||||||
"locking": "Locking",
|
"locking": "Locking",
|
||||||
"unlocked": "[%key:common::state::unlocked%]",
|
"unlocked": "[%key:common::state::unlocked%]",
|
||||||
"unlocking": "Unlocking"
|
"unlocking": "Unlocking"
|
||||||
|
},
|
||||||
|
"state_attributes": {
|
||||||
|
"code_format": {
|
||||||
|
"name": "[%key:component::alarm_control_panel::entity_component::_::state_attributes::code_format::name%]"
|
||||||
|
},
|
||||||
|
"changed_by": {
|
||||||
|
"name": "[%key:component::alarm_control_panel::entity_component::_::state_attributes::changed_by::name%]"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user