mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Add state attribute translations for locks (#89820)
This commit is contained in:
@@ -24,6 +24,14 @@
|
||||
"locking": "Locking",
|
||||
"unlocked": "[%key:common::state::unlocked%]",
|
||||
"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