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

Variables

 _LOGGER = logging.getLogger(__package__)
 
int DEFAULT_PORT = 80
 
list DEVICE_TYPE_LIST = [BRIDGE, VEDO]
 
string DOMAIN = "comelit"
 

Detailed Description

Comelit constants.

Variable Documentation

◆ _LOGGER

homeassistant.components.comelit.const._LOGGER = logging.getLogger(__package__)
private

Definition at line 7 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.comelit.const.DEFAULT_PORT = 80

Definition at line 10 of file const.py.

◆ DEVICE_TYPE_LIST

list homeassistant.components.comelit.const.DEVICE_TYPE_LIST = [BRIDGE, VEDO]

Definition at line 11 of file const.py.

◆ DOMAIN

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

Definition at line 9 of file const.py.