Files
core/homeassistant/components/hue_ble/const.py
2025-12-08 20:16:50 +00:00

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"