Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for emulated_hue."""
2 
3 HUE_SERIAL_NUMBER = "001788FFFE23BFC2"
4 HUE_UUID = "2f402f80-da50-11e1-9b23-001788255acc"
5 
6 DOMAIN = "emulated_hue"