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

Classes

class  EsphomeButton
 

Variables

 async_setup_entry
 

Detailed Description

Support for ESPHome buttons.

Variable Documentation

◆ async_setup_entry

homeassistant.components.esphome.button.async_setup_entry
Initial value:
1 = partial(
2  platform_async_setup_entry,
3  info_type=ButtonInfo,
4  entity_type=EsphomeButton,
5  state_type=EntityState,
6 )

Definition at line 52 of file button.py.