Private Attributes | |
| _attr_device_info | |
| _attr_unique_id | |
Static Private Attributes | |
| list | _attr_fan_modes = [FAN_AUTO, FAN_LOW, FAN_MEDIUM, FAN_HIGH] |
| bool | _attr_has_entity_name = True |
| list | _attr_hvac_modes |
| _attr_name = None | |
| tuple | _attr_supported_features |
| list | _attr_swing_modes = [SWING_OFF, SWING_ON] |
| _attr_target_temperature_step = PRECISION_WHOLE | |
| _attr_temperature_unit = UnitOfTemperature.CELSIUS | |
| bool | _enable_turn_on_off_backwards_compatibility = False |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.helpers.update_coordinator.DataUpdateCoordinator | |
| always_update | |
| config_entry | |
| data | |
| hass | |
| last_exception | |
| last_update_success | |
| logger | |
| name | |
| setup_method | |
| update_interval | |
| update_method | |
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 | |
Climate device for CCM15 coordinator.
Definition at line 49 of file climate.py.
| None homeassistant.components.ccm15.climate.CCM15Climate.__init__ | ( | self, | |
| str | ac_host, | ||
| int | ac_index, | ||
| CCM15Coordinator | coordinator | ||
| ) |
Create a climate device managed from a coordinator.
Definition at line 75 of file climate.py.
Set the fan mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 155 of file climate.py.
| None homeassistant.components.ccm15.climate.CCM15Climate.async_set_hvac_mode | ( | self, | |
| HVACMode | hvac_mode | ||
| ) |
Set the hvac mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 151 of file climate.py.
| None homeassistant.components.ccm15.climate.CCM15Climate.async_set_temperature | ( | self, | |
| **Any | kwargs | ||
| ) |
Set the target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 146 of file climate.py.
| None homeassistant.components.ccm15.climate.CCM15Climate.async_turn_off | ( | self | ) |
Turn off.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 159 of file climate.py.
| None homeassistant.components.ccm15.climate.CCM15Climate.async_turn_on | ( | self | ) |
Turn on.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 163 of file climate.py.
| bool homeassistant.components.ccm15.climate.CCM15Climate.available | ( | self | ) |
Return the availability of the entity.
Reimplemented from homeassistant.helpers.update_coordinator.CoordinatorEntity.
Definition at line 135 of file climate.py.
| int | None homeassistant.components.ccm15.climate.CCM15Climate.current_temperature | ( | self | ) |
Return current temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 98 of file climate.py.
| CCM15DeviceState | None homeassistant.components.ccm15.climate.CCM15Climate.data | ( | self | ) |
Return device data.
Definition at line 93 of file climate.py.
| dict[str, Any] homeassistant.components.ccm15.climate.CCM15Climate.extra_state_attributes | ( | self | ) |
Return the optional state attributes.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 140 of file climate.py.
Return fan mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 120 of file climate.py.
| HVACMode | None homeassistant.components.ccm15.climate.CCM15Climate.hvac_mode | ( | self | ) |
Return hvac mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 112 of file climate.py.
Return swing mode.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 128 of file climate.py.
| int | None homeassistant.components.ccm15.climate.CCM15Climate.target_temperature | ( | self | ) |
Return target temperature.
Reimplemented from homeassistant.components.climate.ClimateEntity.
Definition at line 105 of file climate.py.
|
private |
Definition at line 82 of file climate.py.
|
staticprivate |
Definition at line 63 of file climate.py.
|
staticprivate |
Definition at line 53 of file climate.py.
|
staticprivate |
Definition at line 55 of file climate.py.
|
staticprivate |
Definition at line 72 of file climate.py.
|
staticprivate |
Definition at line 65 of file climate.py.
|
staticprivate |
Definition at line 64 of file climate.py.
|
staticprivate |
Definition at line 54 of file climate.py.
|
staticprivate |
Definition at line 52 of file climate.py.
|
private |
Definition at line 81 of file climate.py.
|
staticprivate |
Definition at line 73 of file climate.py.