1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00
ha-core/homeassistant/components/nanoleaf/const.py
Milan Meulemans 8570502681
Convert Nanoleaf yaml and discovery to config flow (#52199)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-08-24 14:09:36 -05:00

8 lines
120 B
Python

"""Constants for Nanoleaf integration."""
DOMAIN = "nanoleaf"
DEVICE = "device"
SERIAL_NO = "serial_no"
NAME = "name"