Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.husqvarna_automower.entity.AutomowerBaseEntity Class Reference
Inheritance diagram for homeassistant.components.husqvarna_automower.entity.AutomowerBaseEntity:
[legend]
Collaboration diagram for homeassistant.components.husqvarna_automower.entity.AutomowerBaseEntity:
[legend]

Public Member Functions

None __init__ (self, str mower_id, AutomowerDataUpdateCoordinator coordinator)
 
MowerAttributes mower_attributes (self)
 
- Public Member Functions inherited from homeassistant.helpers.update_coordinator.CoordinatorEntity
None __init__ (self, _DataUpdateCoordinatorT coordinator, Any context=None)
 
None async_update (self)
 
bool available (self)
 

Public Attributes

 mower_id
 

Private Attributes

 _attr_device_info
 

Static Private Attributes

bool _attr_has_entity_name = True
 

Detailed Description

Defining the Automower base Entity.

Definition at line 87 of file entity.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.husqvarna_automower.entity.AutomowerBaseEntity.__init__ (   self,
str  mower_id,
AutomowerDataUpdateCoordinator  coordinator 
)
Initialize AutomowerEntity.

Definition at line 92 of file entity.py.

Member Function Documentation

◆ mower_attributes()

MowerAttributes homeassistant.components.husqvarna_automower.entity.AutomowerBaseEntity.mower_attributes (   self)
Get the mower attributes of the current mower.

Definition at line 112 of file entity.py.

Member Data Documentation

◆ _attr_device_info

homeassistant.components.husqvarna_automower.entity.AutomowerBaseEntity._attr_device_info
private

Definition at line 100 of file entity.py.

◆ _attr_has_entity_name

bool homeassistant.components.husqvarna_automower.entity.AutomowerBaseEntity._attr_has_entity_name = True
staticprivate
Defining the Automower base Entity.

Definition at line 90 of file entity.py.

◆ mower_id

homeassistant.components.husqvarna_automower.entity.AutomowerBaseEntity.mower_id

Definition at line 99 of file entity.py.


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