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

Classes

class  EsphomeTime
 

Variables

 async_setup_entry
 

Detailed Description

Support for esphome times.

Variable Documentation

◆ async_setup_entry

homeassistant.components.esphome.time.async_setup_entry
Initial value:
1 = partial(
2  platform_async_setup_entry,
3  info_type=TimeInfo,
4  entity_type=EsphomeTime,
5  state_type=TimeState,
6 )

Definition at line 32 of file time.py.