|
| None | __post_init__ (self) |
| |
| Event|None | get_event_obj (self, T obj) |
| |
| bool | has_matching_smart (self, Event event) |
| |
| Any | get_ufp_value (self, T obj) |
| |
| None | __init__ (cls, str name, tuple[type,...] bases, dict[Any, Any] namespace, **Any kwargs) |
| |
| Any | __new__ (mcs, str name, tuple[type,...] bases, dict[Any, Any] namespace, bool frozen_or_thawed=False, **Any kwargs) |
| |
Mixin for events.
Definition at line 416 of file entity.py.
◆ __post_init__()
| None homeassistant.components.unifiprotect.entity.ProtectEventMixin.__post_init__ |
( |
|
self | ) |
|
◆ get_event_obj()
| Event | None homeassistant.components.unifiprotect.entity.ProtectEventMixin.get_event_obj |
( |
|
self, |
|
|
T |
obj |
|
) |
| |
Return value from UniFi Protect device.
Definition at line 422 of file entity.py.
◆ has_matching_smart()
| bool homeassistant.components.unifiprotect.entity.ProtectEventMixin.has_matching_smart |
( |
|
self, |
|
|
Event |
event |
|
) |
| |
Determine if the detection type is a match.
Definition at line 426 of file entity.py.
◆ None
| homeassistant.components.unifiprotect.entity.ProtectEventMixin.None |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/unifiprotect/entity.py