Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.rflink.entity Namespace Reference

Classes

class  RflinkCommand
 
class  RflinkDevice
 
class  SwitchableRflinkDevice
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string EVENT_BUTTON_PRESSED = "button_pressed"
 

Detailed Description

Support for Rflink devices.

Variable Documentation

◆ _LOGGER

homeassistant.components.rflink.entity._LOGGER = logging.getLogger(__name__)
private

Definition at line 28 of file entity.py.

◆ EVENT_BUTTON_PRESSED

string homeassistant.components.rflink.entity.EVENT_BUTTON_PRESSED = "button_pressed"

Definition at line 30 of file entity.py.