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

Additional Inherited Members

- Public Member Functions inherited from homeassistant.components.husqvarna_automower.entity.WorkAreaAvailableEntity
None __init__ (self, str mower_id, AutomowerDataUpdateCoordinator coordinator, int work_area_id)
 
bool available (self)
 
WorkArea work_area_attributes (self)
 
dict[int, WorkArea] work_areas (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)
 
- Public Member Functions inherited from homeassistant.components.husqvarna_automower.entity.AutomowerControlEntity
bool available (self)
 
- Public Attributes inherited from homeassistant.components.husqvarna_automower.entity.WorkAreaAvailableEntity
 work_area_id
 
- Public Attributes inherited from homeassistant.components.husqvarna_automower.entity.AutomowerBaseEntity
 mower_id
 

Detailed Description

Base entity work work areas with control function.

Definition at line 166 of file entity.py.


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