mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
a257b5c54c
Co-authored-by: Franck Nijhof <git@frenck.dev>
6 lines
143 B
Python
6 lines
143 B
Python
"""Constants for the Sunricher DALI integration."""
|
|
|
|
DOMAIN = "sunricher_dali"
|
|
MANUFACTURER = "Sunricher"
|
|
CONF_SERIAL_NUMBER = "serial_number"
|