core/homeassistant/components/diagnostics/const.py

6 lines
100 B
Python
Raw Normal View History

2022-01-18 04:42:18 +00:00
"""Constants for the Diagnostics integration."""
DOMAIN = "diagnostics"
REDACTED = "**REDACTED**"