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

Functions

bool is_api_response_success (dict api_response)
 

Detailed Description

Soma helpers functions.

Function Documentation

◆ is_api_response_success()

bool homeassistant.components.soma.utils.is_api_response_success ( dict  api_response)
Check if the response returned from the Connect API is a success or not.

Definition at line 4 of file utils.py.