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

Classes

class  EsphomeDateTime
 

Variables

 async_setup_entry
 

Detailed Description

Support for esphome datetimes.

Variable Documentation

◆ async_setup_entry

homeassistant.components.esphome.datetime.async_setup_entry
Initial value:
1 = partial(
2  platform_async_setup_entry,
3  info_type=DateTimeInfo,
4  entity_type=EsphomeDateTime,
5  state_type=DateTimeState,
6 )

Definition at line 33 of file datetime.py.