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

Classes

class  HueEvent
 

Variables

string CONF_LAST_UPDATED = "last_updated"
 
dictionary EVENT_CONFIG_MAP
 
string EVENT_NAME_FORMAT = "{}"
 
 LOGGER = logging.getLogger(__name__)
 

Detailed Description

Representation of a Hue remote firing events for button presses.

Variable Documentation

◆ CONF_LAST_UPDATED

string homeassistant.components.hue.v1.hue_event.CONF_LAST_UPDATED = "last_updated"

Definition at line 22 of file hue_event.py.

◆ EVENT_CONFIG_MAP

dictionary homeassistant.components.hue.v1.hue_event.EVENT_CONFIG_MAP
Initial value:
1 = {
2  TYPE_ZGP_SWITCH: {"name_format": EVENT_NAME_FORMAT, "class": HueEvent},
3  TYPE_ZLL_SWITCH: {"name_format": EVENT_NAME_FORMAT, "class": HueEvent},
4  TYPE_ZLL_ROTARY: {"name_format": EVENT_NAME_FORMAT, "class": HueEvent},
5 }

Definition at line 107 of file hue_event.py.

◆ EVENT_NAME_FORMAT

string homeassistant.components.hue.v1.hue_event.EVENT_NAME_FORMAT = "{}"

Definition at line 24 of file hue_event.py.

◆ LOGGER

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

Definition at line 20 of file hue_event.py.