Skip to content

Commit

Permalink
Update homeassistant/components/prometheus/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Tolchanov <[email protected]>
  • Loading branch information
agoode and knyar committed Sep 23, 2024
1 parent 295e574 commit cc821b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/prometheus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
vol.Optional(CONF_PROM_NAMESPACE, default=DEFAULT_NAMESPACE): cv.string,
vol.Optional(CONF_REQUIRES_AUTH, default=True): cv.boolean,
vol.Optional(CONF_DEFAULT_METRIC): cv.string,
# This variable's default value will be changed to False in early 2025.
vol.Optional(CONF_EXPORT_UNAVAILABLE_METRICS, default=True): cv.boolean,
vol.Optional(CONF_OVERRIDE_METRIC): cv.string,
vol.Optional(CONF_COMPONENT_CONFIG, default={}): vol.Schema(
Expand Down

0 comments on commit cc821b2

Please sign in to comment.