Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.econet.water_heater.EcoNetWaterHeater Class Reference
Inheritance diagram for homeassistant.components.econet.water_heater.EcoNetWaterHeater:
[legend]
Collaboration diagram for homeassistant.components.econet.water_heater.EcoNetWaterHeater:
[legend]

Public Member Functions

def __init__ (self, water_heater)
 
None async_update (self)
 
def current_operation (self)
 
def is_away_mode_on (self)
 
def max_temp (self)
 
def min_temp (self)
 
def operation_list (self)
 
None set_operation_mode (self, str operation_mode)
 
None set_temperature (self, **Any kwargs)
 
WaterHeaterEntityFeature supported_features (self)
 
def target_temperature (self)
 
None turn_away_mode_off (self)
 
None turn_away_mode_on (self)
 
- Public Member Functions inherited from homeassistant.components.econet.entity.EcoNetEntity
def async_added_to_hass (self)
 
def available (self)
 
DeviceInfo device_info (self)
 
def on_update_received (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)
 
None add_to_platform_start (self, HomeAssistant hass, EntityPlatform platform, asyncio.Semaphore|None parallel_updates)
 
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_will_remove_from_hass (self)
 
None async_write_ha_state (self)
 
str|None attribution (self)
 
str|None device_class (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)
 
Mapping[str, Any]|None extra_state_attributes (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)
 
str|None icon (self)
 
str|UndefinedType|None 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 unique_id (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)
 
- Public Member Functions inherited from homeassistant.components.water_heater.WaterHeaterEntity
None async_handle_set_operation_mode (self, str operation_mode)
 
None async_set_operation_mode (self, str operation_mode)
 
None async_set_temperature (self, **Any kwargs)
 
None async_turn_away_mode_off (self)
 
None async_turn_away_mode_on (self)
 
None async_turn_off (self, **Any kwargs)
 
None async_turn_on (self, **Any kwargs)
 
dict[str, Any] capability_attributes (self)
 
float|None current_temperature (self)
 
float precision (self)
 
str|None state (self)
 
dict[str, Any] state_attributes (self)
 
WaterHeaterEntityFeature supported_features_compat (self)
 
float|None target_temperature_high (self)
 
float|None target_temperature_low (self)
 
str temperature_unit (self)
 
None turn_off (self, **Any kwargs)
 
None turn_on (self, **Any kwargs)
 

Public Attributes

 water_heater
 
- Public Attributes inherited from homeassistant.helpers.entity.Entity
 device_entry
 
 entity_id
 
 hass
 
 parallel_updates
 
 platform
 
 registry_entry
 

Static Private Attributes

bool _attr_should_poll = True
 
 _attr_temperature_unit = UnitOfTemperature.FAHRENHEIT
 

Additional Inherited Members

- Static Public Attributes inherited from homeassistant.helpers.entity.Entity
 bool
 
 EntityPlatform
 
 HomeAssistant
 
 None
 
 StateInfo
 
 StateType
 
 str
 
- Static Public Attributes inherited from homeassistant.components.water_heater.WaterHeaterEntity
 None
 
 WaterHeaterEntityFeature
 

Detailed Description

Define an Econet water heater.

Definition at line 63 of file water_heater.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.econet.water_heater.EcoNetWaterHeater.__init__ (   self,
  water_heater 
)
Initialize.

Reimplemented from homeassistant.components.econet.entity.EcoNetEntity.

Definition at line 69 of file water_heater.py.

Member Function Documentation

◆ async_update()

None homeassistant.components.econet.water_heater.EcoNetWaterHeater.async_update (   self)
Get the latest energy usage.

Definition at line 147 of file water_heater.py.

◆ current_operation()

def homeassistant.components.econet.water_heater.EcoNetWaterHeater.current_operation (   self)
Return current operation.

Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.

Definition at line 80 of file water_heater.py.

◆ is_away_mode_on()

def homeassistant.components.econet.water_heater.EcoNetWaterHeater.is_away_mode_on (   self)
Return true if away mode is on.

Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.

Definition at line 75 of file water_heater.py.

◆ max_temp()

def homeassistant.components.econet.water_heater.EcoNetWaterHeater.max_temp (   self)
Return the maximum temperature.

Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.

Definition at line 143 of file water_heater.py.

◆ min_temp()

def homeassistant.components.econet.water_heater.EcoNetWaterHeater.min_temp (   self)
Return the minimum temperature.

Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.

Definition at line 138 of file water_heater.py.

◆ operation_list()

def homeassistant.components.econet.water_heater.EcoNetWaterHeater.operation_list (   self)
List of available operation modes.

Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.

Definition at line 90 of file water_heater.py.

◆ set_operation_mode()

None homeassistant.components.econet.water_heater.EcoNetWaterHeater.set_operation_mode (   self,
str  operation_mode 
)
Set operation mode.

Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.

Definition at line 124 of file water_heater.py.

◆ set_temperature()

None homeassistant.components.econet.water_heater.EcoNetWaterHeater.set_temperature (   self,
**Any  kwargs 
)
Set new target temperature.

Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.

Definition at line 117 of file water_heater.py.

◆ supported_features()

WaterHeaterEntityFeature homeassistant.components.econet.water_heater.EcoNetWaterHeater.supported_features (   self)
Return the list of supported features.

Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.

Definition at line 104 of file water_heater.py.

◆ target_temperature()

def homeassistant.components.econet.water_heater.EcoNetWaterHeater.target_temperature (   self)
Return the temperature we try to reach.

Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.

Definition at line 133 of file water_heater.py.

◆ turn_away_mode_off()

None homeassistant.components.econet.water_heater.EcoNetWaterHeater.turn_away_mode_off (   self)
Turn away mode off.

Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.

Definition at line 156 of file water_heater.py.

◆ turn_away_mode_on()

None homeassistant.components.econet.water_heater.EcoNetWaterHeater.turn_away_mode_on (   self)
Turn away mode on.

Reimplemented from homeassistant.components.water_heater.WaterHeaterEntity.

Definition at line 152 of file water_heater.py.

Member Data Documentation

◆ _attr_should_poll

bool homeassistant.components.econet.water_heater.EcoNetWaterHeater._attr_should_poll = True
staticprivate

Definition at line 66 of file water_heater.py.

◆ _attr_temperature_unit

homeassistant.components.econet.water_heater.EcoNetWaterHeater._attr_temperature_unit = UnitOfTemperature.FAHRENHEIT
staticprivate

Definition at line 67 of file water_heater.py.

◆ water_heater

homeassistant.components.econet.water_heater.EcoNetWaterHeater.water_heater

Definition at line 72 of file water_heater.py.


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