Skip to content

Commit b08cb62

Browse files
authored
Merge pull request home-assistant#898 from corbanmailloux/patch-1
Tiny JSON structure fix in HTML5 Notify
2 parents 2b01663 + e274c2c commit b08cb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/notify.html5.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Chrome supports notification actions, which are configurable buttons that arrive
7171
"actions": [
7272
{
7373
"action": "open",
74-
"icon": "/static/icons/favicon-192x192.png"
74+
"icon": "/static/icons/favicon-192x192.png",
7575
"title": "Open Home Assistant"
7676
},
7777
{

0 commit comments

Comments
 (0)