Merge pull request #85 from home-assistant/build

fix config
This commit is contained in:
Pascal Vizeli
2017-05-23 17:25:34 +02:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
}, },
"options": { "options": {
"domain": null, "domain": null,
"domain-name-servers": [null], "dns": ["8.8.8.8", "8.8.4.4"],
"networks": [ "networks": [
{ {
"subnet": "192.168.1.0", "subnet": "192.168.1.0",
@@ -28,8 +28,8 @@
] ]
}, },
"schema": { "schema": {
"domain": null, "domain": "str",
"dns": ["8.8.8.8", "8.8.4.4"], "dns": ["str"],
"networks": [ "networks": [
{ {
"subnet": "str", "subnet": "str",