mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
parent
be5c0b2d92
commit
5fcb0990c3
@ -94,8 +94,8 @@ NOTIFY_CALLBACK_EVENT = 'html5_notification'
|
||||
|
||||
# Badge and timestamp are Chrome specific (not in official spec)
|
||||
HTML5_SHOWNOTIFICATION_PARAMETERS = (
|
||||
'actions', 'badge', 'body', 'dir', 'icon', 'lang', 'renotify',
|
||||
'requireInteraction', 'tag', 'timestamp', 'vibrate')
|
||||
'actions', 'badge', 'body', 'dir', 'icon', 'image', 'lang',
|
||||
'renotify', 'requireInteraction', 'tag', 'timestamp', 'vibrate')
|
||||
|
||||
|
||||
def get_service(hass, config, discovery_info=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user