Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.intesishome.climate.IntesisAC Class Reference
Inheritance diagram for homeassistant.components.intesishome.climate.IntesisAC:
[legend]
Collaboration diagram for homeassistant.components.intesishome.climate.IntesisAC:
[legend]

Public Member Functions

def __init__ (self, ih_device_id, ih_device, controller)
 
None async_added_to_hass (self)
 
None async_set_fan_mode (self, str fan_mode)
 
None async_set_hvac_mode (self, HVACMode hvac_mode)
 
None async_set_preset_mode (self, str preset_mode)
 
None async_set_swing_mode (self, str swing_mode)
 
None async_set_temperature (self, **Any kwargs)
 
None async_update (self)
 
def async_update_callback (self, device_id=None)
 
None async_will_remove_from_hass (self)
 
bool available (self)
 
def current_temperature (self)
 
def extra_state_attributes (self)
 
def fan_mode (self)
 
def fan_modes (self)
 
HVACMode hvac_mode (self)
 
def icon (self)
 
def max_temp (self)
 
def min_temp (self)
 
def name (self)
 
def preset_mode (self)
 
def preset_modes (self)
 
def swing_mode (self)
 
def swing_modes (self)
 
def target_temperature (self)
 
float target_temperature_step (self)
 
def unique_id (self)
 
- Public Member Functions inherited from homeassistant.components.climate.ClimateEntity
Any __getattribute__ (self, str name)
 
None add_to_platform_start (self, HomeAssistant hass, EntityPlatform platform, asyncio.Semaphore|None parallel_updates)
 
None async_handle_set_fan_mode_service (self, str fan_mode)
 
None async_handle_set_hvac_mode_service (self, HVACMode hvac_mode)
 
None async_handle_set_preset_mode_service (self, str preset_mode)
 
None async_handle_set_swing_horizontal_mode_service (self, str swing_horizontal_mode)
 
None async_handle_set_swing_mode_service (self, str swing_mode)
 
None async_set_humidity (self, int humidity)
 
None async_set_swing_horizontal_mode (self, str swing_horizontal_mode)
 
None async_toggle (self)
 
None async_turn_aux_heat_off (self)
 
None async_turn_aux_heat_on (self)
 
None async_turn_off (self)
 
None async_turn_on (self)
 
dict[str, Any]|None capability_attributes (self)
 
float|None current_humidity (self)
 
HVACAction|None hvac_action (self)
 
list[HVACMode] hvac_modes (self)
 
bool|None is_aux_heat (self)
 
float max_humidity (self)
 
float min_humidity (self)
 
float precision (self)
 
None set_fan_mode (self, str fan_mode)
 
None set_humidity (self, int humidity)
 
None set_hvac_mode (self, HVACMode hvac_mode)
 
None set_preset_mode (self, str preset_mode)
 
None set_swing_horizontal_mode (self, str swing_horizontal_mode)
 
None set_swing_mode (self, str swing_mode)
 
None set_temperature (self, **Any kwargs)
 
str|None state (self)
 
dict[str, Any] state_attributes (self)
 
ClimateEntityFeature supported_features (self)
 
str|None swing_horizontal_mode (self)
 
list[str]|None swing_horizontal_modes (self)
 
float|None target_humidity (self)
 
float|None target_temperature_high (self)
 
float|None target_temperature_low (self)
 
str temperature_unit (self)
 
None toggle (self)
 
None turn_aux_heat_off (self)
 
None turn_aux_heat_on (self)
 
None turn_off (self)
 
None turn_on (self)
 
- Public Member Functions inherited from homeassistant.helpers.entity.Entity
None __init_subclass__ (cls, **Any kwargs)
 
str __repr__ (self)
 
None add_to_platform_abort (self)
 
None add_to_platform_finish (self)
 
bool assumed_state (self)
 
None async_device_update (self, bool warning=True)
 
None async_internal_added_to_hass (self)
 
None async_internal_will_remove_from_hass (self)
 
None async_on_remove (self, CALLBACK_TYPE func)
 
None async_registry_entry_updated (self)
 
None async_remove (self, *bool force_remove=False)
 
None async_removed_from_registry (self)
 
None async_schedule_update_ha_state (self, bool force_refresh=False)
 
None async_set_context (self, Context context)
 
None async_update_ha_state (self, bool force_refresh=False)
 
None async_write_ha_state (self)
 
str|None attribution (self)
 
str|None device_class (self)
 
DeviceInfo|None device_info (self)
 
bool enabled (self)
 
EntityCategory|None entity_category (self)
 
str|None entity_picture (self)
 
bool entity_registry_enabled_default (self)
 
bool entity_registry_visible_default (self)
 
bool force_update (self)
 
HassJobType get_hassjob_type (self, str function_name)
 
er.EntityOptionsType|None get_initial_entity_options (self)
 
bool has_entity_name (self)
 
None schedule_update_ha_state (self, bool force_refresh=False)
 
bool should_poll (self)
 
str|None suggested_object_id (self)
 
str|None translation_key (self)
 
Mapping[str, strtranslation_placeholders (self)
 
str|None unit_of_measurement (self)
 
bool use_device_name (self)
 
- Public Member Functions inherited from homeassistant.helpers.entity.CachedProperties
None __init__ (cls, str name, tuple[type,...] bases, dict[Any, Any] namespace, **Any kwargs)
 
Any __new__ (mcs, str name, tuple[type,...] bases, dict[Any, Any] namespace, set[str]|None cached_properties=None, **Any kwargs)
 

Private Attributes

 _attr_hvac_modes
 
 _connected
 
 _controller
 
 _current_temp
 
 _device_id
 
 _device_name
 
 _device_type
 
 _fan_modes
 
 _fan_speed
 
 _hvac_mode
 
 _hvane
 
 _ih_device
 
 _max_temp
 
 _min_temp
 
 _outdoor_temp
 
 _power
 
 _power_consumption_cool
 
 _power_consumption_heat
 
 _preset
 
 _preset_list
 
 _rssi
 
 _run_hours
 
 _setpoint_step
 
 _swing_list
 
 _target_temp
 
 _vvane
 

Static Private Attributes

bool _attr_should_poll = False
 
 _attr_temperature_unit = UnitOfTemperature.CELSIUS
 
bool _enable_turn_on_off_backwards_compatibility = False
 

Additional Inherited Members

- Public Attributes inherited from homeassistant.components.climate.ClimateEntity
 hvac_mode
 
- Public Attributes inherited from homeassistant.helpers.entity.Entity
 device_entry
 
 entity_id
 
 hass
 
 parallel_updates
 
 platform
 
 registry_entry
 
- Static Public Attributes inherited from homeassistant.components.climate.ClimateEntity
 bool
 
 ClimateEntityFeature
 
 float
 
 None
 
- Static Public Attributes inherited from homeassistant.helpers.entity.Entity
 bool
 
 EntityPlatform
 
 HomeAssistant
 
 None
 
 StateInfo
 
 StateType
 
 str
 

Detailed Description

Represents an Intesishome air conditioning device.

Definition at line 145 of file climate.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.intesishome.climate.IntesisAC.__init__ (   self,
  ih_device_id,
  ih_device,
  controller 
)
Initialize the thermostat.

Definition at line 152 of file climate.py.

Member Function Documentation

◆ async_added_to_hass()

None homeassistant.components.intesishome.climate.IntesisAC.async_added_to_hass (   self)
Subscribe to event updates.

Reimplemented from homeassistant.helpers.entity.Entity.

Definition at line 214 of file climate.py.

◆ async_set_fan_mode()

None homeassistant.components.intesishome.climate.IntesisAC.async_set_fan_mode (   self,
str  fan_mode 
)
Set fan mode (from quiet, low, medium, high, auto).

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 305 of file climate.py.

◆ async_set_hvac_mode()

None homeassistant.components.intesishome.climate.IntesisAC.async_set_hvac_mode (   self,
HVACMode  hvac_mode 
)
Set operation mode.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 279 of file climate.py.

◆ async_set_preset_mode()

None homeassistant.components.intesishome.climate.IntesisAC.async_set_preset_mode (   self,
str  preset_mode 
)
Set preset mode.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 313 of file climate.py.

◆ async_set_swing_mode()

None homeassistant.components.intesishome.climate.IntesisAC.async_set_swing_mode (   self,
str  swing_mode 
)
Set the vertical vane.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 318 of file climate.py.

◆ async_set_temperature()

None homeassistant.components.intesishome.climate.IntesisAC.async_set_temperature (   self,
**Any  kwargs 
)
Set new target temperature.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 266 of file climate.py.

◆ async_update()

None homeassistant.components.intesishome.climate.IntesisAC.async_update (   self)
Copy values from controller dictionary to climate device.

Definition at line 328 of file climate.py.

◆ async_update_callback()

def homeassistant.components.intesishome.climate.IntesisAC.async_update_callback (   self,
  device_id = None 
)
Let HA know there has been an update from the controller.

Definition at line 375 of file climate.py.

◆ async_will_remove_from_hass()

None homeassistant.components.intesishome.climate.IntesisAC.async_will_remove_from_hass (   self)
Shutdown the controller when the device is being removed.

Reimplemented from homeassistant.helpers.entity.Entity.

Definition at line 363 of file climate.py.

◆ available()

bool homeassistant.components.intesishome.climate.IntesisAC.available (   self)
If the device hasn't been able to connect, mark as unavailable.

Reimplemented from homeassistant.helpers.entity.Entity.

Definition at line 447 of file climate.py.

◆ current_temperature()

def homeassistant.components.intesishome.climate.IntesisAC.current_temperature (   self)
Return the current temperature.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 452 of file climate.py.

◆ extra_state_attributes()

def homeassistant.components.intesishome.climate.IntesisAC.extra_state_attributes (   self)
Return the device specific state attributes.

Reimplemented from homeassistant.helpers.entity.Entity.

Definition at line 230 of file climate.py.

◆ fan_mode()

def homeassistant.components.intesishome.climate.IntesisAC.fan_mode (   self)
Return whether the fan is on.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 419 of file climate.py.

◆ fan_modes()

def homeassistant.components.intesishome.climate.IntesisAC.fan_modes (   self)
List of available fan modes.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 437 of file climate.py.

◆ hvac_mode()

HVACMode homeassistant.components.intesishome.climate.IntesisAC.hvac_mode (   self)
Return the current mode of operation if unit is on.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 457 of file climate.py.

◆ icon()

def homeassistant.components.intesishome.climate.IntesisAC.icon (   self)
Return the icon for the current state.

Reimplemented from homeassistant.helpers.entity.Entity.

Definition at line 368 of file climate.py.

◆ max_temp()

def homeassistant.components.intesishome.climate.IntesisAC.max_temp (   self)
Return the maximum temperature for the current mode of operation.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 414 of file climate.py.

◆ min_temp()

def homeassistant.components.intesishome.climate.IntesisAC.min_temp (   self)
Return the minimum temperature for the current mode of operation.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 409 of file climate.py.

◆ name()

def homeassistant.components.intesishome.climate.IntesisAC.name (   self)
Return the name of the AC device.

Reimplemented from homeassistant.helpers.entity.Entity.

Definition at line 225 of file climate.py.

◆ preset_mode()

def homeassistant.components.intesishome.climate.IntesisAC.preset_mode (   self)
Return the current preset mode.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 262 of file climate.py.

◆ preset_modes()

def homeassistant.components.intesishome.climate.IntesisAC.preset_modes (   self)
Return a list of HVAC preset modes.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 257 of file climate.py.

◆ swing_mode()

def homeassistant.components.intesishome.climate.IntesisAC.swing_mode (   self)
Return current swing mode.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 424 of file climate.py.

◆ swing_modes()

def homeassistant.components.intesishome.climate.IntesisAC.swing_modes (   self)
List of available swing positions.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 442 of file climate.py.

◆ target_temperature()

def homeassistant.components.intesishome.climate.IntesisAC.target_temperature (   self)
Return the current setpoint temperature if unit is on.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 464 of file climate.py.

◆ target_temperature_step()

float homeassistant.components.intesishome.climate.IntesisAC.target_temperature_step (   self)
Return whether setpoint should be whole or half degree precision.

Reimplemented from homeassistant.components.climate.ClimateEntity.

Definition at line 252 of file climate.py.

◆ unique_id()

def homeassistant.components.intesishome.climate.IntesisAC.unique_id (   self)
Return unique ID for this device.

Reimplemented from homeassistant.helpers.entity.Entity.

Definition at line 247 of file climate.py.

Member Data Documentation

◆ _attr_hvac_modes

homeassistant.components.intesishome.climate.IntesisAC._attr_hvac_modes
private

Definition at line 163 of file climate.py.

◆ _attr_should_poll

bool homeassistant.components.intesishome.climate.IntesisAC._attr_should_poll = False
staticprivate

Definition at line 148 of file climate.py.

◆ _attr_temperature_unit

homeassistant.components.intesishome.climate.IntesisAC._attr_temperature_unit = UnitOfTemperature.CELSIUS
staticprivate

Definition at line 149 of file climate.py.

◆ _connected

homeassistant.components.intesishome.climate.IntesisAC._connected
private

Definition at line 159 of file climate.py.

◆ _controller

homeassistant.components.intesishome.climate.IntesisAC._controller
private

Definition at line 154 of file climate.py.

◆ _current_temp

homeassistant.components.intesishome.climate.IntesisAC._current_temp
private

Definition at line 161 of file climate.py.

◆ _device_id

homeassistant.components.intesishome.climate.IntesisAC._device_id
private

Definition at line 155 of file climate.py.

◆ _device_name

homeassistant.components.intesishome.climate.IntesisAC._device_name
private

Definition at line 157 of file climate.py.

◆ _device_type

homeassistant.components.intesishome.climate.IntesisAC._device_type
private

Definition at line 158 of file climate.py.

◆ _enable_turn_on_off_backwards_compatibility

bool homeassistant.components.intesishome.climate.IntesisAC._enable_turn_on_off_backwards_compatibility = False
staticprivate

Definition at line 150 of file climate.py.

◆ _fan_modes

homeassistant.components.intesishome.climate.IntesisAC._fan_modes
private

Definition at line 195 of file climate.py.

◆ _fan_speed

homeassistant.components.intesishome.climate.IntesisAC._fan_speed
private

Definition at line 176 of file climate.py.

◆ _hvac_mode

homeassistant.components.intesishome.climate.IntesisAC._hvac_mode
private

Definition at line 167 of file climate.py.

◆ _hvane

homeassistant.components.intesishome.climate.IntesisAC._hvane
private

Definition at line 174 of file climate.py.

◆ _ih_device

homeassistant.components.intesishome.climate.IntesisAC._ih_device
private

Definition at line 156 of file climate.py.

◆ _max_temp

homeassistant.components.intesishome.climate.IntesisAC._max_temp
private

Definition at line 162 of file climate.py.

◆ _min_temp

homeassistant.components.intesishome.climate.IntesisAC._min_temp
private

Definition at line 164 of file climate.py.

◆ _outdoor_temp

homeassistant.components.intesishome.climate.IntesisAC._outdoor_temp
private

Definition at line 166 of file climate.py.

◆ _power

homeassistant.components.intesishome.climate.IntesisAC._power
private

Definition at line 175 of file climate.py.

◆ _power_consumption_cool

homeassistant.components.intesishome.climate.IntesisAC._power_consumption_cool
private

Definition at line 178 of file climate.py.

◆ _power_consumption_heat

homeassistant.components.intesishome.climate.IntesisAC._power_consumption_heat
private

Definition at line 177 of file climate.py.

◆ _preset

homeassistant.components.intesishome.climate.IntesisAC._preset
private

Definition at line 168 of file climate.py.

◆ _preset_list

homeassistant.components.intesishome.climate.IntesisAC._preset_list
private

Definition at line 169 of file climate.py.

◆ _rssi

homeassistant.components.intesishome.climate.IntesisAC._rssi
private

Definition at line 171 of file climate.py.

◆ _run_hours

homeassistant.components.intesishome.climate.IntesisAC._run_hours
private

Definition at line 170 of file climate.py.

◆ _setpoint_step

homeassistant.components.intesishome.climate.IntesisAC._setpoint_step
private

Definition at line 160 of file climate.py.

◆ _swing_list

homeassistant.components.intesishome.climate.IntesisAC._swing_list
private

Definition at line 172 of file climate.py.

◆ _target_temp

homeassistant.components.intesishome.climate.IntesisAC._target_temp
private

Definition at line 165 of file climate.py.

◆ _vvane

homeassistant.components.intesishome.climate.IntesisAC._vvane
private

Definition at line 173 of file climate.py.


The documentation for this class was generated from the following file: