mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-13 21:17:16 +00:00
use ip for hassio
This commit is contained in:
parent
cfa4b1a4ce
commit
a5962ecadd
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"python.unitTest.promptToConfigure": false,
|
||||||
|
"python.unitTest.pyTestEnabled": false,
|
||||||
|
"python.unitTest.unittestEnabled": false,
|
||||||
|
"python.unitTest.nosetestsEnabled": false
|
||||||
|
}
|
|
@ -80,4 +80,4 @@ scrape_configs:
|
||||||
metrics_path: /api/prometheus
|
metrics_path: /api/prometheus
|
||||||
scheme: https
|
scheme: https
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['hassio.local:8123']
|
- targets: ['192.168.1.126:8123']
|
1
secrets/hueapikey
Normal file
1
secrets/hueapikey
Normal file
|
@ -0,0 +1 @@
|
||||||
|
zea64U8cjqQuAu6Q8gDgQT8DAkKhAPvdmVfAHKFU
|
1
sysout.out
Normal file
1
sysout.out
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<html><head><title>Not Found</title></head><body><h1>404 - Not Found</h1></body></html>
|
Loading…
Reference in a new issue