Added more attributes (#67135)
This commit is contained in:
parent
2bb42f48aa
commit
d655d54a8f
4 changed files with 71 additions and 24 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue