hass-core/homeassistant/components/melnor/const.py
2022-08-30 16:06:44 -05:00

8 lines
162 B
Python

"""Constants for the melnor integration."""
DOMAIN = "melnor"
DEFAULT_NAME = "Melnor Bluetooth"
MANUFACTURER_ID = 13
MANUFACTURER_DATA_START = bytearray([89])