mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Merge pull request #898 from corbanmailloux/patch-1
Tiny JSON structure fix in HTML5 Notify
This commit is contained in:
commit
b08cb622e4
@ -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"
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user