Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hue.v2.hue_event Namespace Reference

Functions

def async_setup_hue_events (HueBridge bridge)
 

Variables

string CONF_CONTROL_ID = "control_id"
 
string CONF_DURATION = "duration"
 
string CONF_STEPS = "steps"
 
 LOGGER = logging.getLogger(__name__)
 

Detailed Description

Handle forward of events transmitted by Hue devices to HASS.

Function Documentation

◆ async_setup_hue_events()

def homeassistant.components.hue.v2.hue_event.async_setup_hue_events ( HueBridge  bridge)
Manage listeners for stateless Hue sensors that emit events.

Definition at line 30 of file hue_event.py.

Variable Documentation

◆ CONF_CONTROL_ID

string homeassistant.components.hue.v2.hue_event.CONF_CONTROL_ID = "control_id"

Definition at line 20 of file hue_event.py.

◆ CONF_DURATION

string homeassistant.components.hue.v2.hue_event.CONF_DURATION = "duration"

Definition at line 21 of file hue_event.py.

◆ CONF_STEPS

string homeassistant.components.hue.v2.hue_event.CONF_STEPS = "steps"

Definition at line 22 of file hue_event.py.

◆ LOGGER

homeassistant.components.hue.v2.hue_event.LOGGER = logging.getLogger(__name__)

Definition at line 27 of file hue_event.py.