Closed
Description
Home Assistant release (hass --version
):
0.55
Python release (python3 --version
):
Python 3.6.3
Component/platform:
notify/html5
Description of problem:
According to this post, the 'image' parameter is missing in the html5.py file.
Change in line 97:
HTML5_SHOWNOTIFICATION_PARAMETERS = (
'actions', 'badge', 'body', 'dir', 'icon', 'lang', 'renotify',
'requireInteraction', 'tag', 'timestamp', 'vibrate')
to:
HTML5_SHOWNOTIFICATION_PARAMETERS = (
'actions', 'badge', 'body', 'dir', 'icon', 'image', 'lang', 'renotify',
'requireInteraction', 'tag', 'timestamp', 'vibrate')
solves the problem.
Metadata
Metadata
Assignees
Labels
No labels