mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add prometheus requires_auth parameter (#27367)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
ad87935b89
commit
49ddb41a1f
@ -92,7 +92,11 @@ component_config_glob:
|
||||
type: string
|
||||
description: Metric name to use instead of unit or default metric. This will store all data points in a single metric.
|
||||
required: false
|
||||
|
||||
requires_auth:
|
||||
type: boolean
|
||||
description: "This makes authentication optional for the `/api/prometheus` endpoint."
|
||||
required: false
|
||||
default: true
|
||||
{% endconfiguration %}
|
||||
|
||||
### Configure Filter
|
||||
|
Loading…
x
Reference in New Issue
Block a user