mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Add the hostname to the collector metadata
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {
|
||||
"COLLECTOR_API_ENDPOINT": "http://localhost:8080"
|
||||
"COLLECTOR_API_ENDPOINT": "http://localhost:8080",
|
||||
"COLLECTOR_HOST_ID": "home_assistant"
|
||||
},
|
||||
"ingress": true,
|
||||
"init": false,
|
||||
@@ -71,6 +72,7 @@
|
||||
],
|
||||
"schema": {
|
||||
"COLLECTOR_API_ENDPOINT": "str?",
|
||||
"COLLECTOR_HOST_ID": "str?",
|
||||
"expose_config": "bool?",
|
||||
"Mode": "list(Collector+WebUI|Collector)?",
|
||||
"TZ": "str?",
|
||||
|
||||
Reference in New Issue
Block a user