Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.rfxtrx.helpers Namespace Reference

Functions

RFXtrxDevice async_get_device_object (HomeAssistant hass, str device_id)
 

Detailed Description

Provides helpers for RFXtrx.

Function Documentation

◆ async_get_device_object()

RFXtrxDevice homeassistant.components.rfxtrx.helpers.async_get_device_object ( HomeAssistant  hass,
str  device_id 
)
Get a device for the given device registry id.

Definition at line 12 of file helpers.py.