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

Functions

ClientSession async_get_client_session (HomeAssistant hass)
 
tuple[str, str] get_info_from_project (str project)
 

Detailed Description

Utilities for the LinkPlay component.

Function Documentation

◆ async_get_client_session()

ClientSession homeassistant.components.linkplay.utils.async_get_client_session ( HomeAssistant  hass)
Get a ClientSession that can be used with LinkPlay devices.

Definition at line 80 of file utils.py.

◆ get_info_from_project()

tuple[str, str] homeassistant.components.linkplay.utils.get_info_from_project ( str  project)
Get manufacturer and model info based on given project.

Definition at line 75 of file utils.py.