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

Public Member Functions

None __init__ (self, str mower_id, AutomowerDataUpdateCoordinator coordinator)
 
float latitude (self)
 
float longitude (self)
 
- Public Member Functions inherited from homeassistant.components.husqvarna_automower.entity.AutomowerBaseEntity
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)
 

Private Attributes

 _attr_unique_id
 

Static Private Attributes

 _attr_name = None
 

Additional Inherited Members

- Public Attributes inherited from homeassistant.components.husqvarna_automower.entity.AutomowerBaseEntity
 mower_id
 

Detailed Description

Defining the AutomowerDeviceTrackerEntity.

Definition at line 26 of file device_tracker.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.husqvarna_automower.device_tracker.AutomowerDeviceTrackerEntity.__init__ (   self,
str  mower_id,
AutomowerDataUpdateCoordinator  coordinator 
)
Initialize AutomowerDeviceTracker.

Definition at line 31 of file device_tracker.py.

Member Function Documentation

◆ latitude()

float homeassistant.components.husqvarna_automower.device_tracker.AutomowerDeviceTrackerEntity.latitude (   self)
Return latitude value of the device.

Definition at line 41 of file device_tracker.py.

◆ longitude()

float homeassistant.components.husqvarna_automower.device_tracker.AutomowerDeviceTrackerEntity.longitude (   self)
Return longitude value of the device.

Definition at line 46 of file device_tracker.py.

Member Data Documentation

◆ _attr_name

homeassistant.components.husqvarna_automower.device_tracker.AutomowerDeviceTrackerEntity._attr_name = None
staticprivate

Definition at line 29 of file device_tracker.py.

◆ _attr_unique_id

homeassistant.components.husqvarna_automower.device_tracker.AutomowerDeviceTrackerEntity._attr_unique_id
private

Definition at line 38 of file device_tracker.py.


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