mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by: J. Nick Koston <nick@koston.org>
8 lines
120 B
Python
8 lines
120 B
Python
"""Constants for Nanoleaf integration."""
|
|
|
|
DOMAIN = "nanoleaf"
|
|
|
|
DEVICE = "device"
|
|
SERIAL_NO = "serial_no"
|
|
NAME = "name"
|