Functions | |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CENTICELSIUS = "C-100" |
| CONFIG_SCHEMA | |
| DEVICE_CONFIG_SCHEMA_ENTRY = vol.Schema({vol.Optional(CONF_TYPE): cv.string}) | |
| tuple | PLATFORMS |
| dictionary | ZHA_CONFIG_SCHEMA |
Support for Zigbee Home Automation devices.
| bool homeassistant.components.zha.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Migrate old entry.
Definition at line 250 of file __init__.py.
| bool homeassistant.components.zha.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up ZHA from config.
Definition at line 109 of file __init__.py.
| bool homeassistant.components.zha.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Set up ZHA. Will automatically load components to support devices found on the network.
Definition at line 117 of file __init__.py.
| bool homeassistant.components.zha.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload ZHA config entry.
Definition at line 228 of file __init__.py.
|
private |
Definition at line 106 of file __init__.py.
| string homeassistant.components.zha.CENTICELSIUS = "C-100" |
Definition at line 103 of file __init__.py.
| homeassistant.components.zha.CONFIG_SCHEMA |
Definition at line 69 of file __init__.py.
| homeassistant.components.zha.DEVICE_CONFIG_SCHEMA_ENTRY = vol.Schema({vol.Optional(CONF_TYPE): cv.string}) |
Definition at line 56 of file __init__.py.
| tuple homeassistant.components.zha.PLATFORMS |
Definition at line 83 of file __init__.py.
| dictionary homeassistant.components.zha.ZHA_CONFIG_SCHEMA |
Definition at line 57 of file __init__.py.