mirror of
https://github.com/home-assistant/core.git
synced 2026-06-05 07:04:05 +01:00
ed62fe03b0
* Fix emulated_hue compatibility with older devices * Fix test ugliness * Fix pylint errors
5 lines
124 B
Python
5 lines
124 B
Python
"""Constants for emulated_hue."""
|
|
|
|
HUE_SERIAL_NUMBER = "001788FFFE23BFC2"
|
|
HUE_UUID = "2f402f80-da50-11e1-9b23-001788255acc"
|