Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| diagnostics | |
| discovery | |
| entity | |
| light | |
| models | |
| number | |
| sensor | |
| switch | |
| utils | |
Functions | |
| None | _async_update_listener (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup (HomeAssistant hass, ConfigType hass_config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| list | PLATFORMS |
| float | REQUEST_REFRESH_DELAY = 0.35 |
| WizConfigEntry | |
WiZ Platform integration.
|
private |
Handle options update.
Definition at line 66 of file __init__.py.
| bool homeassistant.components.wiz.async_setup | ( | HomeAssistant | hass, |
| ConfigType | hass_config | ||
| ) |
Set up the wiz integration.
Definition at line 51 of file __init__.py.
| bool homeassistant.components.wiz.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up the wiz integration from a config entry.
Definition at line 71 of file __init__.py.
| bool homeassistant.components.wiz.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 148 of file __init__.py.
|
private |
Definition at line 36 of file __init__.py.
| homeassistant.components.wiz.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 48 of file __init__.py.
| list homeassistant.components.wiz.PLATFORMS |
Definition at line 38 of file __init__.py.
| float homeassistant.components.wiz.REQUEST_REFRESH_DELAY = 0.35 |
Definition at line 46 of file __init__.py.
| homeassistant.components.wiz.WizConfigEntry |
Definition at line 34 of file __init__.py.