Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.melnor.const Namespace Reference

Variables

string DEFAULT_NAME = "Melnor Bluetooth"
 
string DOMAIN = "melnor"
 
 MANUFACTURER_DATA_START = bytearray([89])
 
int MANUFACTURER_ID = 13
 

Detailed Description

Constants for the melnor integration.

Variable Documentation

◆ DEFAULT_NAME

string homeassistant.components.melnor.const.DEFAULT_NAME = "Melnor Bluetooth"

Definition at line 4 of file const.py.

◆ DOMAIN

string homeassistant.components.melnor.const.DOMAIN = "melnor"

Definition at line 3 of file const.py.

◆ MANUFACTURER_DATA_START

homeassistant.components.melnor.const.MANUFACTURER_DATA_START = bytearray([89])

Definition at line 7 of file const.py.

◆ MANUFACTURER_ID

int homeassistant.components.melnor.const.MANUFACTURER_ID = 13

Definition at line 6 of file const.py.