Classes | |
| class | AutomowerLawnMowerEntity |
Functions | |
| None | async_setup_entry (HomeAssistant hass, AutomowerConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| tuple | DOCKED_ACTIVITIES = (MowerActivities.PARKED_IN_CS, MowerActivities.CHARGING) |
| string | MOW = "mow" |
| tuple | MOWING_ACTIVITIES |
| list | OVERRIDE_MODES = [MOW, PARK] |
| int | PARALLEL_UPDATES = 1 |
| string | PARK = "park" |
| list | PAUSED_STATES |
| tuple | SUPPORT_STATE_SERVICES |
Husqvarna Automower lawn mower entity.
| None homeassistant.components.husqvarna_automower.lawn_mower.async_setup_entry | ( | HomeAssistant | hass, |
| AutomowerConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up lawn mower platform.
Definition at line 49 of file lawn_mower.py.
|
private |
Definition at line 25 of file lawn_mower.py.
| tuple homeassistant.components.husqvarna_automower.lawn_mower.DOCKED_ACTIVITIES = (MowerActivities.PARKED_IN_CS, MowerActivities.CHARGING) |
Definition at line 29 of file lawn_mower.py.
| string homeassistant.components.husqvarna_automower.lawn_mower.MOW = "mow" |
Definition at line 44 of file lawn_mower.py.
| tuple homeassistant.components.husqvarna_automower.lawn_mower.MOWING_ACTIVITIES |
Definition at line 30 of file lawn_mower.py.
Definition at line 46 of file lawn_mower.py.
| int homeassistant.components.husqvarna_automower.lawn_mower.PARALLEL_UPDATES = 1 |
Definition at line 27 of file lawn_mower.py.
| string homeassistant.components.husqvarna_automower.lawn_mower.PARK = "park" |
Definition at line 45 of file lawn_mower.py.
| list homeassistant.components.husqvarna_automower.lawn_mower.PAUSED_STATES |
Definition at line 34 of file lawn_mower.py.
| tuple homeassistant.components.husqvarna_automower.lawn_mower.SUPPORT_STATE_SERVICES |
Definition at line 39 of file lawn_mower.py.