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

Functions

def async_process_devices (hass, manager)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Common utilities for VeSync Component.

Function Documentation

◆ async_process_devices()

def homeassistant.components.vesync.common.async_process_devices (   hass,
  manager 
)
Assign devices to proper component.

Definition at line 10 of file common.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 7 of file common.py.