Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.motioneye.entity Namespace Reference

Classes

class  MotionEyeEntity
 

Functions

str get_motioneye_entity_unique_id (str config_entry_id, int camera_id, str entity_type)
 

Detailed Description

The motionEye integration.

Function Documentation

◆ get_motioneye_entity_unique_id()

str homeassistant.components.motioneye.entity.get_motioneye_entity_unique_id ( str  config_entry_id,
int  camera_id,
str   entity_type 
)
Get the unique_id for a motionEye entity.

Definition at line 21 of file entity.py.