mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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": [
|
"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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user