1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-05 17:17:49 +00:00
Files
core/homeassistant/components/lunatone/const.py

7 lines
162 B
Python

"""Constants for the Lunatone integration."""
from typing import Final
DOMAIN: Final = "lunatone"
MANUFACTURER: Final = "Lunatone Industrielle Elektronik GmbH"