7 lines
162 B
Python
7 lines
162 B
Python
"""Constants for the Lunatone integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "lunatone"
|
|
MANUFACTURER: Final = "Lunatone Industrielle Elektronik GmbH"
|