Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.wiz Namespace Reference

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
 

Detailed Description

WiZ Platform integration.

Function Documentation

◆ _async_update_listener()

None homeassistant.components.wiz._async_update_listener ( HomeAssistant  hass,
ConfigEntry  entry 
)
private
Handle options update.

Definition at line 66 of file __init__.py.

◆ async_setup()

bool homeassistant.components.wiz.async_setup ( HomeAssistant  hass,
ConfigType  hass_config 
)
Set up the wiz integration.

Definition at line 51 of file __init__.py.

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.wiz.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 148 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.wiz._LOGGER = logging.getLogger(__name__)
private

Definition at line 36 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.wiz.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 48 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.wiz.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.LIGHT,
4  Platform.NUMBER,
5  Platform.SENSOR,
6  Platform.SWITCH,
7 ]

Definition at line 38 of file __init__.py.

◆ REQUEST_REFRESH_DELAY

float homeassistant.components.wiz.REQUEST_REFRESH_DELAY = 0.35

Definition at line 46 of file __init__.py.

◆ WizConfigEntry

homeassistant.components.wiz.WizConfigEntry

Definition at line 34 of file __init__.py.