Classes | |
| class | AutomowerNumberEntity |
| class | AutomowerNumberEntityDescription |
| class | WorkAreaNumberEntity |
| class | WorkAreaNumberEntityDescription |
Functions | |
| int | _async_get_cutting_height (MowerAttributes data) |
| None | async_set_cutting_height (AutomowerSession session, str mower_id, float cheight) |
| None | async_set_work_area_cutting_height (AutomowerDataUpdateCoordinator coordinator, str mower_id, float cheight, int work_area_id) |
| None | async_setup_entry (HomeAssistant hass, AutomowerConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | PARALLEL_UPDATES = 1 |
Creates the number entities for the mower.
|
private |
| None homeassistant.components.husqvarna_automower.number.async_set_cutting_height | ( | AutomowerSession | session, |
| str | mower_id, | ||
| float | cheight | ||
| ) |
| None homeassistant.components.husqvarna_automower.number.async_set_work_area_cutting_height | ( | AutomowerDataUpdateCoordinator | coordinator, |
| str | mower_id, | ||
| float | cheight, | ||
| int | work_area_id | ||
| ) |
| None homeassistant.components.husqvarna_automower.number.async_setup_entry | ( | HomeAssistant | hass, |
| AutomowerConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
|
private |