Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.homematicip_cloud.helpers Namespace Reference

Functions

def _HomematicipGenericEntityT
 
def get_channels_from_device (Device device, FunctionalChannelType channel_type)
 
TypeGuard[dict[str, Any]] is_error_response (Any response)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Helper functions for Homematicip Cloud Integration.

Function Documentation

◆ _HomematicipGenericEntityT()

def homeassistant.components.homematicip_cloud.helpers._HomematicipGenericEntityT
private

Definition at line 29 of file helpers.py.

◆ get_channels_from_device()

def homeassistant.components.homematicip_cloud.helpers.get_channels_from_device ( Device  device,
FunctionalChannelType  channel_type 
)
Get all channels matching with channel_type from device.

Definition at line 55 of file helpers.py.

◆ is_error_response()

TypeGuard[dict[str, Any]] homeassistant.components.homematicip_cloud.helpers.is_error_response ( Any  response)
Response from async call contains errors or not.

Definition at line 21 of file helpers.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.homematicip_cloud.helpers._LOGGER = logging.getLogger(__name__)
private

Definition at line 18 of file helpers.py.