Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.honeywell.switch Namespace Reference

Classes

class  HoneywellSwitch
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string EMERGENCY_HEAT_KEY = "emergency_heat"
 

Detailed Description

Support for Honeywell switches.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.honeywell.switch.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Honeywell switches.

Definition at line 35 of file switch.py.

Variable Documentation

◆ EMERGENCY_HEAT_KEY

string homeassistant.components.honeywell.switch.EMERGENCY_HEAT_KEY = "emergency_heat"

Definition at line 24 of file switch.py.