Tiny JSON structure fix.

Missing comma in JSON example.
This commit is contained in:
Corban Mailloux 2016-09-04 23:01:52 -04:00 committed by GitHub
parent 2b01663c95
commit e274c2c7b5

View File

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