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__) | |
Helper functions for Homematicip Cloud Integration.
|
private |
Definition at line 29 of file helpers.py.
| 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.
| 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.
|
private |
Definition at line 18 of file helpers.py.