Namespaces | |
| const | |
Classes | |
| class | LawnMowerEntity |
| class | LawnMowerEntityEntityDescription |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | CACHED_PROPERTIES_WITH_ATTR_ |
| PLATFORM_SCHEMA = cv.PLATFORM_SCHEMA | |
| PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE | |
| SCAN_INTERVAL = timedelta(seconds=60) | |
The lawn mower integration.
| bool homeassistant.components.lawn_mower.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the lawn_mower component.
Definition at line 36 of file __init__.py.
| bool homeassistant.components.lawn_mower.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up lawn mower devices.
Definition at line 59 of file __init__.py.
| bool homeassistant.components.lawn_mower.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 64 of file __init__.py.
|
private |
Definition at line 28 of file __init__.py.
| dictionary homeassistant.components.lawn_mower.CACHED_PROPERTIES_WITH_ATTR_ |
Definition at line 73 of file __init__.py.
| homeassistant.components.lawn_mower.PLATFORM_SCHEMA = cv.PLATFORM_SCHEMA |
Definition at line 31 of file __init__.py.
| homeassistant.components.lawn_mower.PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE |
Definition at line 32 of file __init__.py.
| homeassistant.components.lawn_mower.SCAN_INTERVAL = timedelta(seconds=60) |
Definition at line 33 of file __init__.py.