Tiny JSON structure fix.
Missing comma in JSON example.
This commit is contained in:
parent
2b01663c95
commit
e274c2c7b5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue