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

Classes

class  EsphomeCover
 

Variables

 async_setup_entry
 

Detailed Description

Support for ESPHome covers.

Variable Documentation

◆ async_setup_entry

homeassistant.components.esphome.cover.async_setup_entry
Initial value:
1 = partial(
2  platform_async_setup_entry,
3  info_type=CoverInfo,
4  entity_type=EsphomeCover,
5  state_type=CoverState,
6 )

Definition at line 125 of file cover.py.