1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-28 05:46:00 +00:00
Files
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

5 lines
78 B
Python

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