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

Variables

string CONF_API_ENABLED = "api_enabled"
 
string CONF_DATA = "data"
 
string CONF_PRODUCT_NAME = "product_name"
 
string CONF_PRODUCT_TYPE = "product_type"
 
string CONF_SERIAL = "serial"
 
string DOMAIN = "homewizard"
 
 LOGGER = logging.getLogger(__package__)
 
list PLATFORMS = [Platform.BUTTON, Platform.NUMBER, Platform.SENSOR, Platform.SWITCH]
 
 UPDATE_INTERVAL = timedelta(seconds=5)
 

Detailed Description

Constants for the Homewizard integration.

Variable Documentation

◆ CONF_API_ENABLED

string homeassistant.components.homewizard.const.CONF_API_ENABLED = "api_enabled"

Definition at line 19 of file const.py.

◆ CONF_DATA

string homeassistant.components.homewizard.const.CONF_DATA = "data"

Definition at line 20 of file const.py.

◆ CONF_PRODUCT_NAME

string homeassistant.components.homewizard.const.CONF_PRODUCT_NAME = "product_name"

Definition at line 21 of file const.py.

◆ CONF_PRODUCT_TYPE

string homeassistant.components.homewizard.const.CONF_PRODUCT_TYPE = "product_type"

Definition at line 22 of file const.py.

◆ CONF_SERIAL

string homeassistant.components.homewizard.const.CONF_SERIAL = "serial"

Definition at line 23 of file const.py.

◆ DOMAIN

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

Definition at line 13 of file const.py.

◆ LOGGER

homeassistant.components.homewizard.const.LOGGER = logging.getLogger(__package__)

Definition at line 16 of file const.py.

◆ PLATFORMS

list homeassistant.components.homewizard.const.PLATFORMS = [Platform.BUTTON, Platform.NUMBER, Platform.SENSOR, Platform.SWITCH]

Definition at line 14 of file const.py.

◆ UPDATE_INTERVAL

homeassistant.components.homewizard.const.UPDATE_INTERVAL = timedelta(seconds=5)

Definition at line 25 of file const.py.