mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Default notify message title is now Home Assistant
This commit is contained in:
parent
635876c94d
commit
3894dec274
@ -16,7 +16,7 @@ DEPENDENCIES = []
|
||||
|
||||
# Title of notification
|
||||
ATTR_TITLE = "title"
|
||||
ATTR_TITLE_DEFAULT = "Message from Home Assistant"
|
||||
ATTR_TITLE_DEFAULT = "Home Assistant"
|
||||
|
||||
# Text to notify user of
|
||||
ATTR_MESSAGE = "message"
|
||||
|
Loading…
x
Reference in New Issue
Block a user