adaptive-cover
adaptive-cover copied to clipboard
Feat: update notebook
Description
Update the notebook so that it uses the updated dataclasses in the custom_component dir.
Builds on top on #173, since running the notebook locally requires a functioning local dev environment.
Motivation and Context
It is now possible to simulate the cover position over time.
How has this been tested?
The notebook has been tested locally.
Screenshots (if appropriate):
Types of changes
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Enhancement (non-breaking which updates existing code)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [x] Other
Checklist
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.