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

Classes

class  EsphomeValve
 

Variables

 async_setup_entry
 

Detailed Description

Support for ESPHome valves.

Variable Documentation

◆ async_setup_entry

homeassistant.components.esphome.valve.async_setup_entry
Initial value:
1 = partial(
2  platform_async_setup_entry,
3  info_type=ValveInfo,
4  entity_type=EsphomeValve,
5  state_type=ValveState,
6 )

Definition at line 91 of file valve.py.