Bug Fixes
- Add missing EnvoyTokenAuth class properties
([150](https://github.com/pyenphase/pyenphase/pull/150),
[`d01157a`](https://github.com/pyenphase/pyenphase/commit/d01157a1ec3139f67e085f0a4e529f2e7af09943))
* fix: add missing EnvoyTokenAuth class properties
Chores
- Update dependancies to latest versions ([153](https://github.com/pyenphase/pyenphase/pull/153),
[`e750144`](https://github.com/pyenphase/pyenphase/commit/e7501441baff3c66a198e8eec260292dc13bbb85))
- **deps**: Bump idna from 3.4 to 3.7 ([149](https://github.com/pyenphase/pyenphase/pull/149),
[`0596e59`](https://github.com/pyenphase/pyenphase/commit/0596e59d1f232376ce3f97342b8a76ba1bdac174))
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. - [Release
notes](https://github.com/kjd/idna/releases) -
[Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) -
[Commits](https://github.com/kjd/idna/compare/v3.4...v3.7)
--- updated-dependencies: - dependency-name: idna dependency-type: indirect ...
Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com>
Documentation
- Let readthedocs use virtualenv for build ([151](https://github.com/pyenphase/pyenphase/pull/151),
[`9e8b648`](https://github.com/pyenphase/pyenphase/commit/9e8b648875db5fcc2210d7f180c0d278485eafb8))
docs: let readtedocs use virtualenv for build
- Use new format to specify virtual env for readthedocs
([152](https://github.com/pyenphase/pyenphase/pull/152),
[`4b9a9ea`](https://github.com/pyenphase/pyenphase/commit/4b9a9ea79ef94dfd1fed2b262a12cb016da2802c))
Testing
- Correct 7.6.175 fw fixture and add 7.3.466 fw
([155](https://github.com/pyenphase/pyenphase/pull/155),
[`074eb7c`](https://github.com/pyenphase/pyenphase/commit/074eb7cd7ca6d19534ef84be3dc7a281edf3af48))
- Improve code coverage ([146](https://github.com/pyenphase/pyenphase/pull/146),
[`c55aa92`](https://github.com/pyenphase/pyenphase/commit/c55aa92e0b45fb9ed7b435d6fdc55c3a49e552dd))
* create common test functions. * move ct meter tests to separate test file. * move pre v7 fw tests
to seperate test file. * create auth test functions * improve cov.
Co-authored-by: J. Nick Koston <nickkoston.org>