Files

6 lines
100 B
Python

"""Constants for the Lunatone integration."""
from typing import Final
DOMAIN: Final = "lunatone"