From e274c2c7b52a49d1619f2e91bcb0342e4d205ea7 Mon Sep 17 00:00:00 2001 From: Corban Mailloux Date: Sun, 4 Sep 2016 23:01:52 -0400 Subject: [PATCH] Tiny JSON structure fix. Missing comma in JSON example. --- source/_components/notify.html5.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/notify.html5.markdown b/source/_components/notify.html5.markdown index f081899c9f2..0f0a3f69ae5 100644 --- a/source/_components/notify.html5.markdown +++ b/source/_components/notify.html5.markdown @@ -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" }, {