Add diagnostics integration (#64330)

This commit is contained in:
Paulus Schoutsen 2022-01-17 20:42:18 -08:00 committed by GitHub
parent a334e0c7b9
commit 6055cd20c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 220 additions and 0 deletions

View file

@ -0,0 +1,3 @@
"""Constants for the Diagnostics integration."""
DOMAIN = "diagnostics"