Functions | |
| None | async_describe_events (HomeAssistant hass, Callable[[str, str, Callable[[Event], dict[str, str]]], None] async_describe_event) |
Variables | |
| string | ATTR_SOURCE_DEVICE_ID = "sourceDeviceID" |
| string | ATTR_SOURCE_DEVICE_NAME = "sourceDeviceName" |
| string | ATTR_ZONE = "zone" |
| string | IOS_EVENT_ZONE_ENTERED = "ios.zone_entered" |
| string | IOS_EVENT_ZONE_EXITED = "ios.zone_exited" |
Describe mobile_app logbook events.
| None homeassistant.components.mobile_app.logbook.async_describe_events | ( | HomeAssistant | hass, |
| Callable[[str, str, Callable[[Event], dict[str, str]]], None] | async_describe_event | ||
| ) |
Describe logbook events.
Definition at line 33 of file logbook.py.
| string homeassistant.components.mobile_app.logbook.ATTR_SOURCE_DEVICE_ID = "sourceDeviceID" |
Definition at line 25 of file logbook.py.
| string homeassistant.components.mobile_app.logbook.ATTR_SOURCE_DEVICE_NAME = "sourceDeviceName" |
Definition at line 24 of file logbook.py.
| string homeassistant.components.mobile_app.logbook.ATTR_ZONE = "zone" |
Definition at line 23 of file logbook.py.
| string homeassistant.components.mobile_app.logbook.IOS_EVENT_ZONE_ENTERED = "ios.zone_entered" |
Definition at line 20 of file logbook.py.
| string homeassistant.components.mobile_app.logbook.IOS_EVENT_ZONE_EXITED = "ios.zone_exited" |
Definition at line 21 of file logbook.py.