Add state attribute translations for locks (#89820)

This commit is contained in:
Franck Nijhof 2023-03-17 04:00:45 +01:00 committed by GitHub
parent 350e967a89
commit f8da3ee50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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%]"
}
}
}
}