mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 09:05:36 +01:00
9 lines
162 B
Python
9 lines
162 B
Python
"""Constants for the melnor integration."""
|
|
|
|
|
|
DOMAIN = "melnor"
|
|
DEFAULT_NAME = "Melnor Bluetooth"
|
|
|
|
MANUFACTURER_ID = 13
|
|
MANUFACTURER_DATA_START = bytearray([89])
|