use ip for hassio

This commit is contained in:
Max Rydahl Andersen 2018-11-13 09:44:40 +01:00
parent cfa4b1a4ce
commit a5962ecadd
5 changed files with 10 additions and 1 deletions

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"python.unitTest.promptToConfigure": false,
"python.unitTest.pyTestEnabled": false,
"python.unitTest.unittestEnabled": false,
"python.unitTest.nosetestsEnabled": false
}

View file

@ -80,4 +80,4 @@ scrape_configs:
metrics_path: /api/prometheus
scheme: https
static_configs:
- targets: ['hassio.local:8123']
- targets: ['192.168.1.126:8123']

1
secrets/hueapikey Normal file
View file

@ -0,0 +1 @@
zea64U8cjqQuAu6Q8gDgQT8DAkKhAPvdmVfAHKFU

1
sysout.out Normal file
View file

@ -0,0 +1 @@
<html><head><title>Not Found</title></head><body><h1>404 - Not Found</h1></body></html>

1
ws.out Normal file

File diff suppressed because one or more lines are too long