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

Classes

class  EsphomeNumber
 

Variables

 async_setup_entry
 

Detailed Description

Support for esphome numbers.

Variable Documentation

◆ async_setup_entry

homeassistant.components.esphome.number.async_setup_entry
Initial value:
1 = partial(
2  platform_async_setup_entry,
3  info_type=NumberInfo,
4  entity_type=EsphomeNumber,
5  state_type=NumberState,
6 )

Definition at line 71 of file number.py.