Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the melnor integration."""
2 
3 DOMAIN = "melnor"
4 DEFAULT_NAME = "Melnor Bluetooth"
5 
6 MANUFACTURER_ID = 13
7 MANUFACTURER_DATA_START = bytearray([89])