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

Classes

class  EsphomeClimateEntity
 

Variables

 async_setup_entry
 
string FAN_QUIET = "quiet"
 

Detailed Description

Support for ESPHome climate devices.

Variable Documentation

◆ async_setup_entry

homeassistant.components.esphome.climate.async_setup_entry
Initial value:
1 = partial(
2  platform_async_setup_entry,
3  info_type=ClimateInfo,
4  entity_type=EsphomeClimateEntity,
5  state_type=ClimateState,
6 )

Definition at line 324 of file climate.py.

◆ FAN_QUIET

string homeassistant.components.esphome.climate.FAN_QUIET = "quiet"

Definition at line 67 of file climate.py.