Functions | |
| tuple[str|None, str|None] | _get_device_event_description (str modelid, int event) |
| None | async_describe_events (HomeAssistant hass, Callable[[str, str, Callable[[Event], dict[str, str]]], None] async_describe_event) |
Variables | |
| dictionary | ACTIONS |
| dictionary | INTERFACES |
Describe deCONZ logbook events.
|
private |
Get device event description.
Definition at line 116 of file logbook.py.
| None homeassistant.components.deconz.logbook.async_describe_events | ( | HomeAssistant | hass, |
| Callable[[str, str, Callable[[Event], dict[str, str]]], None] | async_describe_event | ||
| ) |
Describe logbook events.
Definition at line 132 of file logbook.py.
| dictionary homeassistant.components.deconz.logbook.ACTIONS |
Definition at line 64 of file logbook.py.
| dictionary homeassistant.components.deconz.logbook.INTERFACES |
Definition at line 87 of file logbook.py.