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

Classes

class  EsphomeText
 

Variables

 async_setup_entry
 

Detailed Description

Support for esphome texts.

Variable Documentation

◆ async_setup_entry

homeassistant.components.esphome.text.async_setup_entry
Initial value:
1 = partial(
2  platform_async_setup_entry,
3  info_type=TextInfo,
4  entity_type=EsphomeText,
5  state_type=TextState,
6 )

Definition at line 54 of file text.py.