This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c9d7917491
core
/
homeassistant
/
components
/
diagnostics
/
const.py
6 lines
100 B
Python
Raw
Normal View
History
Unescape
Escape
Add diagnostics integration (#64330)
2022-01-18 04:42:18 +00:00
"""
Constants for the Diagnostics integration.
"""
DOMAIN
=
"
diagnostics
"
Add redacted constant in diagnostics (#64473)
2022-01-19 21:51:03 +00:00
REDACTED
=
"
**REDACTED**
"