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

Functions

str format_unique_id (str mac, int port)
 

Detailed Description

Utility functions for the Bluesound component.

Function Documentation

◆ format_unique_id()

str homeassistant.components.bluesound.utils.format_unique_id ( str  mac,
int  port 
)
Generate a unique ID based on the MAC address and port number.

Definition at line 6 of file utils.py.