Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.homewizard.const .DeviceResponseEntry
 

Namespaces

 homeassistant.components.homewizard.const
 

Variables

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