1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-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"