Classes | |
| class | DeconzAlarmEvent |
| class | DeconzEvent |
| class | DeconzEventBase |
| class | DeconzPresenceEvent |
| class | DeconzRelativeRotaryEvent |
Functions | |
| None | async_setup_events (DeconzHub hub) |
| None | async_unload_events (DeconzHub hub) |
Variables | |
| string | CONF_DECONZ_ALARM_EVENT = "deconz_alarm_event" |
| string | CONF_DECONZ_EVENT = "deconz_event" |
| string | CONF_DECONZ_PRESENCE_EVENT = "deconz_presence_event" |
| string | CONF_DECONZ_RELATIVE_ROTARY_EVENT = "deconz_relative_rotary_event" |
| dictionary | RELATIVE_ROTARY_DECONZ_TO_EVENT |
| dictionary | SUPPORTED_DECONZ_ALARM_EVENTS |
| dictionary | SUPPORTED_DECONZ_PRESENCE_EVENTS |
Representation of a deCONZ remote or keypad.
| None homeassistant.components.deconz.deconz_event.async_setup_events | ( | DeconzHub | hub | ) |
Set up the deCONZ events.
Definition at line 58 of file deconz_event.py.
| None homeassistant.components.deconz.deconz_event.async_unload_events | ( | DeconzHub | hub | ) |
Unload all deCONZ events.
Definition at line 108 of file deconz_event.py.
| string homeassistant.components.deconz.deconz_event.CONF_DECONZ_ALARM_EVENT = "deconz_alarm_event" |
Definition at line 32 of file deconz_event.py.
| string homeassistant.components.deconz.deconz_event.CONF_DECONZ_EVENT = "deconz_event" |
Definition at line 31 of file deconz_event.py.
| string homeassistant.components.deconz.deconz_event.CONF_DECONZ_PRESENCE_EVENT = "deconz_presence_event" |
Definition at line 33 of file deconz_event.py.
| string homeassistant.components.deconz.deconz_event.CONF_DECONZ_RELATIVE_ROTARY_EVENT = "deconz_relative_rotary_event" |
Definition at line 34 of file deconz_event.py.
| dictionary homeassistant.components.deconz.deconz_event.RELATIVE_ROTARY_DECONZ_TO_EVENT |
Definition at line 52 of file deconz_event.py.
| dictionary homeassistant.components.deconz.deconz_event.SUPPORTED_DECONZ_ALARM_EVENTS |
Definition at line 36 of file deconz_event.py.
| dictionary homeassistant.components.deconz.deconz_event.SUPPORTED_DECONZ_PRESENCE_EVENTS |
Definition at line 42 of file deconz_event.py.