Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.bryant_evolution.names Namespace Reference

Functions

str sam_device_uid (ConfigEntry entry)
 
str system_device_uid (str sam_uid, int system_id)
 
str zone_entity_uid (str sam_uid, int system_id, int zone_id)
 

Detailed Description

Functions to generate names for devices and entities.

Function Documentation

◆ sam_device_uid()

str homeassistant.components.bryant_evolution.names.sam_device_uid ( ConfigEntry  entry)
Return the UID for the SAM device.

Definition at line 6 of file names.py.

◆ system_device_uid()

str homeassistant.components.bryant_evolution.names.system_device_uid ( str  sam_uid,
int  system_id 
)
Return the UID for a given system (e.g., 1) under a SAM.

Definition at line 11 of file names.py.

◆ zone_entity_uid()

str homeassistant.components.bryant_evolution.names.zone_entity_uid ( str  sam_uid,
int  system_id,
int  zone_id 
)
Return the UID for a given system and zone (e.g., 1 and 2) under a SAM.

Definition at line 16 of file names.py.