mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
6 lines
100 B
Python
6 lines
100 B
Python
"""Constants for the Lunatone integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "lunatone"
|