Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.mobile_app.logbook Namespace Reference

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"
 

Detailed Description

Describe mobile_app logbook events.

Function Documentation

◆ async_describe_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.

Variable Documentation

◆ ATTR_SOURCE_DEVICE_ID

string homeassistant.components.mobile_app.logbook.ATTR_SOURCE_DEVICE_ID = "sourceDeviceID"

Definition at line 25 of file logbook.py.

◆ ATTR_SOURCE_DEVICE_NAME

string homeassistant.components.mobile_app.logbook.ATTR_SOURCE_DEVICE_NAME = "sourceDeviceName"

Definition at line 24 of file logbook.py.

◆ ATTR_ZONE

string homeassistant.components.mobile_app.logbook.ATTR_ZONE = "zone"

Definition at line 23 of file logbook.py.

◆ IOS_EVENT_ZONE_ENTERED

string homeassistant.components.mobile_app.logbook.IOS_EVENT_ZONE_ENTERED = "ios.zone_entered"

Definition at line 20 of file logbook.py.

◆ IOS_EVENT_ZONE_EXITED

string homeassistant.components.mobile_app.logbook.IOS_EVENT_ZONE_EXITED = "ios.zone_exited"

Definition at line 21 of file logbook.py.