Static Public Attributes | |
| LawnMowerEntityFeature | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Base class for lawn mower entities.
Definition at line 79 of file __init__.py.
| LawnMowerActivity | None homeassistant.components.lawn_mower.LawnMowerEntity.activity | ( | self | ) |
Return the current lawn mower activity.
Reimplemented in homeassistant.components.husqvarna_automower.lawn_mower.AutomowerLawnMowerEntity.
Definition at line 93 of file __init__.py.
| None homeassistant.components.lawn_mower.LawnMowerEntity.async_dock | ( | self | ) |
Dock the mower.
Reimplemented in homeassistant.components.mqtt.lawn_mower.MqttLawnMower, homeassistant.components.kitchen_sink.lawn_mower.DemoLawnMower, homeassistant.components.husqvarna_automower_ble.lawn_mower.AutomowerLawnMower, homeassistant.components.husqvarna_automower.lawn_mower.AutomowerLawnMowerEntity, and homeassistant.components.ecovacs.lawn_mower.EcovacsMower.
Definition at line 114 of file __init__.py.
| None homeassistant.components.lawn_mower.LawnMowerEntity.async_pause | ( | self | ) |
Pause the lawn mower.
Reimplemented in homeassistant.components.mqtt.lawn_mower.MqttLawnMower, homeassistant.components.kitchen_sink.lawn_mower.DemoLawnMower, homeassistant.components.husqvarna_automower_ble.lawn_mower.AutomowerLawnMower, homeassistant.components.husqvarna_automower.lawn_mower.AutomowerLawnMowerEntity, and homeassistant.components.ecovacs.lawn_mower.EcovacsMower.
Definition at line 122 of file __init__.py.
| None homeassistant.components.lawn_mower.LawnMowerEntity.async_start_mowing | ( | self | ) |
Start or resume mowing.
Reimplemented in homeassistant.components.mqtt.lawn_mower.MqttLawnMower, homeassistant.components.kitchen_sink.lawn_mower.DemoLawnMower, homeassistant.components.husqvarna_automower_ble.lawn_mower.AutomowerLawnMower, homeassistant.components.husqvarna_automower.lawn_mower.AutomowerLawnMowerEntity, and homeassistant.components.ecovacs.lawn_mower.EcovacsMower.
Definition at line 106 of file __init__.py.
| None homeassistant.components.lawn_mower.LawnMowerEntity.dock | ( | self | ) |
Dock the mower.
Definition at line 110 of file __init__.py.
| None homeassistant.components.lawn_mower.LawnMowerEntity.pause | ( | self | ) |
Pause the lawn mower.
Definition at line 118 of file __init__.py.
| None homeassistant.components.lawn_mower.LawnMowerEntity.start_mowing | ( | self | ) |
Start or resume mowing.
Definition at line 102 of file __init__.py.
Return the current state.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 88 of file __init__.py.
| LawnMowerEntityFeature homeassistant.components.lawn_mower.LawnMowerEntity.supported_features | ( | self | ) |
Flag lawn mower features that are supported.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 98 of file __init__.py.
|
static |
Definition at line 84 of file __init__.py.
|
static |
Definition at line 83 of file __init__.py.