Added more attributes (#67135)

This commit is contained in:
Maximilian 2022-03-29 10:34:09 +02:00 committed by GitHub
parent 2bb42f48aa
commit d655d54a8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 71 additions and 24 deletions

View file

@ -16,6 +16,9 @@ CONF_MESSAGE_SLOTS: str = "slots"
CONF_FILTER_CORONA: str = "corona_filter"
ATTR_HEADLINE: str = "Headline"
ATTR_DESCRIPTION: str = "Description"
ATTR_SENDER: str = "Sender"
ATTR_SEVERITY: str = "Severity"
ATTR_ID: str = "ID"
ATTR_SENT: str = "Sent"
ATTR_START: str = "Start"