Merge pull request #898 from corbanmailloux/patch-1

Tiny JSON structure fix in HTML5 Notify
This commit is contained in:
Robbie Trencheny 2016-09-04 20:03:37 -07:00 committed by GitHub
commit b08cb622e4

View File

@ -71,7 +71,7 @@ Chrome supports notification actions, which are configurable buttons that arrive
"actions": [ "actions": [
{ {
"action": "open", "action": "open",
"icon": "/static/icons/favicon-192x192.png" "icon": "/static/icons/favicon-192x192.png",
"title": "Open Home Assistant" "title": "Open Home Assistant"
}, },
{ {