mirror of
https://github.com/home-assistant/core.git
synced 2025-12-09 09:28:11 +00:00
6 lines
270 B
Python
6 lines
270 B
Python
"""Constants for the Hue BLE integration."""
|
|
|
|
DOMAIN = "hue_ble"
|
|
URL_PAIRING_MODE = "https://www.home-assistant.io/integrations/hue_ble#initial-setup"
|
|
URL_FACTORY_RESET = "https://www.philips-hue.com/en-gb/support/article/how-to-factory-reset-philips-hue-lights/000004"
|