Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.switcher_kis.utils Namespace Reference

Functions

dict[str, SwitcherBase] async_discover_devices ()
 
SwitcherBreezeRemoteManager get_breeze_remote_manager (HomeAssistant hass)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Switcher integration helpers functions.

Function Documentation

◆ async_discover_devices()

dict[str, SwitcherBase] homeassistant.components.switcher_kis.utils.async_discover_devices ( )
Discover Switcher devices.

Definition at line 19 of file utils.py.

◆ get_breeze_remote_manager()

SwitcherBreezeRemoteManager homeassistant.components.switcher_kis.utils.get_breeze_remote_manager ( HomeAssistant  hass)
Get Switcher Breeze remote manager.

Definition at line 42 of file utils.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.switcher_kis.utils._LOGGER = logging.getLogger(__name__)
private

Definition at line 16 of file utils.py.