Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.unifiprotect.event Namespace Reference

Classes

class  ProtectDeviceFingerprintEventEntity
 
class  ProtectDeviceNFCEventEntity
 
class  ProtectDeviceRingEventEntity
 
class  ProtectEventEntityDescription
 

Functions

list[ProtectDeviceEntity_async_event_entities (ProtectData data, ProtectAdoptableDeviceModel|None ufp_device=None)
 
None async_setup_entry (HomeAssistant hass, UFPConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Detailed Description

Platform providing event entities for UniFi Protect.

Function Documentation

◆ _async_event_entities()

list[ProtectDeviceEntity] homeassistant.components.unifiprotect.event._async_event_entities ( ProtectData  data,
ProtectAdoptableDeviceModel | None   ufp_device = None 
)
private

Definition at line 166 of file event.py.

◆ async_setup_entry()

None homeassistant.components.unifiprotect.event.async_setup_entry ( HomeAssistant  hass,
UFPConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up event entities for UniFi Protect integration.

Definition at line 178 of file event.py.