1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-02 20:27:14 +00:00
J. Nick Koston 494d4a262a
Add Profiler integration ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-05 07:57:07 -05:00

5 lines
78 B
Python

"""Consts used by profiler."""
DOMAIN = "profiler"
DEFAULT_NAME = "Profiler"