* Convert core tests * Convert component tests to use pytest assert * Lint 🤷♂️ * Fix test * Fix 3 typos in docs
* Add support for multi-entity recent fetch of history. Add graph component * Rename graph to history_graph. Support fast fetch without current state. * Address comments