Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.esphome.camera Namespace Reference

Classes

class  EsphomeCamera
 

Variables

 async_setup_entry
 

Detailed Description

Support for ESPHome cameras.

Variable Documentation

◆ async_setup_entry

homeassistant.components.esphome.camera.async_setup_entry
Initial value:
1 = partial(
2  platform_async_setup_entry,
3  info_type=CameraInfo,
4  entity_type=EsphomeCamera,
5  state_type=CameraState,
6 )

Definition at line 82 of file camera.py.