Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.broadlink.device Namespace Reference

Classes

class  BroadlinkDevice
 

Functions

set[Platformget_domains (str device_type)
 

Variables

 _ApiT = TypeVar("_ApiT", bound=blk.Device, default=blk.Device)
 
 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Broadlink devices.

Function Documentation

◆ get_domains()

set[Platform] homeassistant.components.broadlink.device.get_domains ( str  device_type)
Return the domains available for a device type.

Definition at line 39 of file device.py.

Variable Documentation

◆ _ApiT

homeassistant.components.broadlink.device._ApiT = TypeVar("_ApiT", bound=blk.Device, default=blk.Device)
private

Definition at line 34 of file device.py.

◆ _LOGGER

homeassistant.components.broadlink.device._LOGGER = logging.getLogger(__name__)
private

Definition at line 36 of file device.py.