mirror of
https://github.com/elisspace/core.git
synced 2026-09-22 10:37:40 +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"
|