mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Tiny JSON structure fix.
Missing comma in JSON example.
This commit is contained in:
parent
2b01663c95
commit
e274c2c7b5
@ -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