Namespaces | |
| binary_sensor | |
| button | |
| config_flow | |
| const | |
| entity | |
| hub | |
| select | |
| sensor | |
| switch | |
| time | |
| update | |
| vacuum | |
Functions | |
| bool | async_remove_config_entry_device (HomeAssistant hass, LitterRobotConfigEntry entry, DeviceEntry device_entry) |
| bool | async_setup_entry (HomeAssistant hass, LitterRobotConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, LitterRobotConfigEntry entry) |
| set[Platform] | get_platforms_for_robots (list[Robot] robots) |
Variables | |
| LitterRobotConfigEntry | |
| dictionary | PLATFORMS_BY_TYPE |
The Litter-Robot integration.
| bool homeassistant.components.litterrobot.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| LitterRobotConfigEntry | entry, | ||
| DeviceEntry | device_entry | ||
| ) |
Remove a config entry from a device.
Definition at line 63 of file __init__.py.
| bool homeassistant.components.litterrobot.async_setup_entry | ( | HomeAssistant | hass, |
| LitterRobotConfigEntry | entry | ||
| ) |
Set up Litter-Robot from a config entry.
Definition at line 42 of file __init__.py.
| bool homeassistant.components.litterrobot.async_unload_entry | ( | HomeAssistant | hass, |
| LitterRobotConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 53 of file __init__.py.
| set[Platform] homeassistant.components.litterrobot.get_platforms_for_robots | ( | list[Robot] | robots | ) |
Get platforms for robots.
Definition at line 31 of file __init__.py.
| homeassistant.components.litterrobot.LitterRobotConfigEntry |
Definition at line 15 of file __init__.py.
| dictionary homeassistant.components.litterrobot.PLATFORMS_BY_TYPE |
Definition at line 17 of file __init__.py.