mirror of
https://github.com/home-assistant/core.git
synced 2026-05-18 14:29:57 +01:00
494d4a262a
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
5 lines
78 B
Python
5 lines
78 B
Python
"""Consts used by profiler."""
|
|
|
|
DOMAIN = "profiler"
|
|
DEFAULT_NAME = "Profiler"
|