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

View File

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