hass-core/homeassistant/components/profiler/const.py
J. Nick Koston 494d4a262a
Add Profiler integration (#41175)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-05 07:57:07 -05:00

4 lines
78 B
Python

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