mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Co-authored-by: Norbert Rittel <norbert@rittel.de> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
6 lines
147 B
Python
6 lines
147 B
Python
"""Constants for the DALI Center integration."""
|
|
|
|
DOMAIN = "sunricher_dali_center"
|
|
MANUFACTURER = "Sunricher"
|
|
CONF_SERIAL_NUMBER = "serial_number"
|