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

Classes

class  EsphomeDate
 

Variables

 async_setup_entry
 

Detailed Description

Support for esphome dates.

Variable Documentation

◆ async_setup_entry

homeassistant.components.esphome.date.async_setup_entry
Initial value:
1 = partial(
2  platform_async_setup_entry,
3  info_type=DateInfo,
4  entity_type=EsphomeDate,
5  state_type=DateState,
6 )

Definition at line 32 of file date.py.