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

Public Member Functions

bool available (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)
 

Additional Inherited Members

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

Detailed Description

Replies available when the mower is connected and not in error state.

Definition at line 126 of file entity.py.

Member Function Documentation

◆ available()

bool homeassistant.components.husqvarna_automower.entity.AutomowerControlEntity.available (   self)
Return True if the device is available.

Reimplemented from homeassistant.components.husqvarna_automower.entity.AutomowerAvailableEntity.

Reimplemented in homeassistant.components.husqvarna_automower.switch.StayOutZoneSwitchEntity.

Definition at line 130 of file entity.py.


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