Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.zha
 

Functions

bool homeassistant.components.zha.async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool homeassistant.components.zha.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.zha.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool homeassistant.components.zha.async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 

Variables

 homeassistant.components.zha._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.zha.CENTICELSIUS = "C-100"
 
 homeassistant.components.zha.CONFIG_SCHEMA
 
 homeassistant.components.zha.DEVICE_CONFIG_SCHEMA_ENTRY = vol.Schema({vol.Optional(CONF_TYPE): cv.string})
 
tuple homeassistant.components.zha.PLATFORMS
 
dictionary homeassistant.components.zha.ZHA_CONFIG_SCHEMA