mirror of
https://github.com/home-assistant/core.git
synced 2025-05-06 23:19:18 +00:00
8 lines
161 B
Python
8 lines
161 B
Python
"""Constants for the melnor integration."""
|
|
|
|
DOMAIN = "melnor"
|
|
DEFAULT_NAME = "Melnor Bluetooth"
|
|
|
|
MANUFACTURER_ID = 13
|
|
MANUFACTURER_DATA_START = bytearray([89])
|