Files
core/homeassistant/components/melnor/const.py
2024-03-08 20:38:34 +01:00

8 lines
161 B
Python

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