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

Classes

class  SwitchBotCloudAirConditioner
 

Functions

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

Variables

 _DEFAULT_SWITCHBOT_FAN_MODE = _SWITCHBOT_FAN_MODES[FanState.FAN_AUTO]
 
 _DEFAULT_SWITCHBOT_HVAC_MODE = _SWITCHBOT_HVAC_MODES[HVACMode.FAN_ONLY]
 

Detailed Description

Support for SwitchBot Air Conditioner remotes.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.switchbot_cloud.climate.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config,
AddEntitiesCallback  async_add_entities 
)
Set up SwitchBot Cloud entry.

Definition at line 42 of file climate.py.

Variable Documentation

◆ _DEFAULT_SWITCHBOT_FAN_MODE

homeassistant.components.switchbot_cloud.climate._DEFAULT_SWITCHBOT_FAN_MODE = _SWITCHBOT_FAN_MODES[FanState.FAN_AUTO]
private

Definition at line 39 of file climate.py.

◆ _DEFAULT_SWITCHBOT_HVAC_MODE

homeassistant.components.switchbot_cloud.climate._DEFAULT_SWITCHBOT_HVAC_MODE = _SWITCHBOT_HVAC_MODES[HVACMode.FAN_ONLY]
private

Definition at line 30 of file climate.py.