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

Classes

class  EsphomeLock
 

Variables

 async_setup_entry
 

Detailed Description

Support for ESPHome locks.

Variable Documentation

◆ async_setup_entry

homeassistant.components.esphome.lock.async_setup_entry
Initial value:
1 = partial(
2  platform_async_setup_entry,
3  info_type=LockInfo,
4  entity_type=EsphomeLock,
5  state_type=LockEntityState,
6 )

Definition at line 80 of file lock.py.