Improve/extend state translations for Alarm Control Panel (#89872)

This commit is contained in:
Franck Nijhof 2023-03-17 19:25:20 +01:00 committed by GitHub
parent e402e733a0
commit 95515fbe78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -44,13 +44,21 @@
},
"state_attributes": {
"code_format": {
"name": "Code format"
"name": "Code format",
"state": {
"text": "Text",
"number": "Number"
}
},
"changed_by": {
"name": "Changed by"
},
"code_arm_required": {
"name": "Code for arming required"
"name": "Code for arming",
"state": {
"true": "Required",
"false": "Not required"
}
}
}
}