diff --git a/scrutiny/config.json b/scrutiny/config.json index 3cf7a64d2..929c65c67 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -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?", diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index 439e014a5..0be25fac0 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -7,7 +7,8 @@ "codenotary": "alexandrep.github@gmail.com", "description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)", "environment": { - "COLLECTOR_API_ENDPOINT": "http://localhost:8080" + "COLLECTOR_API_ENDPOINT": "http://localhost:8080", + "COLLECTOR_HOST_ID": "home_assistant" }, "full_access": true, "image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}", @@ -36,6 +37,7 @@ ], "schema": { "COLLECTOR_API_ENDPOINT": "str?", + "COLLECTOR_HOST_ID": "str?", "Mode": "list(Collector+WebUI|Collector)?", "TZ": "str?", "Updates": "list(Hourly|Daily|Weekly)", @@ -45,5 +47,5 @@ "slug": "scrutiny_fa", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.5.0-5" + "version": "v0.5.0-6" }