Public Member Functions | |
| 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 Attributes | |
| work_area_id | |
Public Attributes inherited from homeassistant.components.husqvarna_automower.entity.AutomowerBaseEntity | |
| mower_id | |
| None homeassistant.components.husqvarna_automower.entity.WorkAreaAvailableEntity.__init__ | ( | self, | |
| str | mower_id, | ||
| AutomowerDataUpdateCoordinator | coordinator, | ||
| int | work_area_id | ||
| ) |
| bool homeassistant.components.husqvarna_automower.entity.WorkAreaAvailableEntity.available | ( | self | ) |
Return True if the work area is available and the mower has no errors.
Reimplemented from homeassistant.components.husqvarna_automower.entity.AutomowerAvailableEntity.
| WorkArea homeassistant.components.husqvarna_automower.entity.WorkAreaAvailableEntity.work_area_attributes | ( | self | ) |
| dict[int, WorkArea] homeassistant.components.husqvarna_automower.entity.WorkAreaAvailableEntity.work_areas | ( | self | ) |
| homeassistant.components.husqvarna_automower.entity.WorkAreaAvailableEntity.work_area_id |