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

Namespaces

 common
 
 config_flow
 
 const
 
 diagnostics
 
 entity
 
 fan
 
 light
 
 sensor
 
 switch
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.FAN, Platform.LIGHT, Platform.SENSOR, Platform.SWITCH]
 

Detailed Description

VeSync integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.vesync.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Set up Vesync as config entry.

Definition at line 29 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 136 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 26 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.vesync.PLATFORMS = [Platform.FAN, Platform.LIGHT, Platform.SENSOR, Platform.SWITCH]

Definition at line 24 of file __init__.py.