|
| dict[str, str] | homeassistant.components.todo._api_items_factory (Iterable[tuple[str, Any]] obj) |
| |
| None | homeassistant.components.todo._async_add_todo_item (TodoListEntity entity, ServiceCall call) |
| |
| dict[str, Any] | homeassistant.components.todo._async_get_todo_items (TodoListEntity entity, ServiceCall call) |
| |
| None | homeassistant.components.todo._async_remove_completed_items (TodoListEntity entity, ServiceCall _) |
| |
| None | homeassistant.components.todo._async_remove_todo_items (TodoListEntity entity, ServiceCall call) |
| |
| None | homeassistant.components.todo._async_update_todo_item (TodoListEntity entity, ServiceCall call) |
| |
| TodoItem|None | homeassistant.components.todo._find_by_uid_or_summary (str value, list[TodoItem]|None items) |
| |
| None | homeassistant.components.todo._validate_supported_features (int|None supported_features, dict[str, Any] call_data) |
| |
| bool | homeassistant.components.todo.async_setup (HomeAssistant hass, ConfigType config) |
| |
| bool | homeassistant.components.todo.async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| |
| bool | homeassistant.components.todo.async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| |
| None | homeassistant.components.todo.websocket_handle_subscribe_todo_items (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg) |
| |
| None | homeassistant.components.todo.websocket_handle_todo_item_list (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg) |
| |
| None | homeassistant.components.todo.websocket_handle_todo_item_move (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg) |
| |