Public Member Functions | |
| None | __init__ (self, str config_entry_id, str type_name, dict[str, Any] camera, MotionEyeClient client, DataUpdateCoordinator coordinator, MappingProxyType[str, Any] options, EntityDescription|None entity_description=None) |
| bool | available (self) |
| DeviceInfo | device_info (self) |
| str | unique_id (self) |
Public Member Functions inherited from homeassistant.helpers.update_coordinator.CoordinatorEntity | |
| None | __init__ (self, _DataUpdateCoordinatorT coordinator, Any context=None) |
| None | async_update (self) |
Public Attributes | |
| entity_description | |
Private Attributes | |
| _camera_id | |
| _client | |
| _device_identifier | |
| _options | |
| _unique_id | |
Static Private Attributes | |
| bool | _attr_has_entity_name = True |
| None homeassistant.components.motioneye.entity.MotionEyeEntity.__init__ | ( | self, | |
| str | config_entry_id, | ||
| str | type_name, | ||
| dict[str, Any] | camera, | ||
| MotionEyeClient | client, | ||
| DataUpdateCoordinator | coordinator, | ||
| MappingProxyType[str, Any] | options, | ||
| EntityDescription | None | entity_description = None |
||
| ) |
| bool homeassistant.components.motioneye.entity.MotionEyeEntity.available | ( | self | ) |
Return if entity is available.
Reimplemented from homeassistant.helpers.update_coordinator.CoordinatorEntity.
Reimplemented in homeassistant.components.motioneye.camera.MotionEyeMjpegCamera.
| DeviceInfo homeassistant.components.motioneye.entity.MotionEyeEntity.device_info | ( | self | ) |
| str homeassistant.components.motioneye.entity.MotionEyeEntity.unique_id | ( | self | ) |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
| homeassistant.components.motioneye.entity.MotionEyeEntity.entity_description |