Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ezviz.image Namespace Reference

Classes

class  EzvizLastMotion
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 IMAGE_TYPE
 

Detailed Description

Support EZVIZ last motion image.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.ezviz.image.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up EZVIZ image entities based on a config entry.

Definition at line 29 of file image.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.ezviz.image._LOGGER = logging.getLogger(__name__)
private

Definition at line 21 of file image.py.

◆ IMAGE_TYPE

homeassistant.components.ezviz.image.IMAGE_TYPE
Initial value:
1 = ImageEntityDescription(
2  key="last_motion_image",
3  translation_key="last_motion_image",
4 )

Definition at line 23 of file image.py.