mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-07 21:21:52 +00:00
correct errors
Json was found invalid on jsonlint.com
This commit is contained in:
@@ -11,14 +11,14 @@
|
|||||||
"accessories": [
|
"accessories": [
|
||||||
{
|
{
|
||||||
"accessory": "WeMo",
|
"accessory": "WeMo",
|
||||||
"name": "Coffee Maker",
|
"name": "Coffee Maker"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"platforms": [
|
"platforms": [
|
||||||
{
|
{
|
||||||
"platform" : "PhilipsHue",
|
"platform" : "PhilipsHue",
|
||||||
"name" : "Hue",
|
"name" : "Hue"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user