8000 Missing image support for HTML5 notify · Issue #9832 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Missing image support for HTML5 notify #9832
Closed
@bieniu

Description

@bieniu

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0