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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 entity
 
 sensor
 
 wiffi_strings
 

Classes

class  WiffiIntegrationApi
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None async_update_options (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]
 

Detailed Description

Component for wiffi support.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.wiffi.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up wiffi from a config entry, config_entry contains data from config entry database.

Definition at line 30 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 61 of file __init__.py.

◆ async_update_options()

None homeassistant.components.wiffi.async_update_options ( HomeAssistant  hass,
ConfigEntry  entry 
)
Update options.

Definition at line 56 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.wiffi.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]

Definition at line 27 of file __init__.py.