Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new camera models (and the concept of an "Outdoor Camera") (#250)
* Update camera.py Added in the model type of the 1080p version of the SimpliCam * Update camera.py Removed the CAMERA_MODEL_CAMERA_1080 constant. Added the new outdoor camera's model type. * Update entity.py Added the new outdoor camera's entity id number * Update sphinx-rtd-theme requirement from ^0.5.0 to ^1.0.0 (#254) * Update sphinx-rtd-theme requirement from ^0.5.0 to ^1.0.0 Updates the requirements on [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version. - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases) - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@0.5.0...1.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Fix tests Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Bach <[email protected]> * Re-architect library (#255) * Re-architect library * Update docs * Update camera.py Added in the model type of the 1080p version of the SimpliCam * Update camera.py Removed the CAMERA_MODEL_CAMERA_1080 constant. Added the new outdoor camera's model type. * Update camera.py Added in the model type of the 1080p version of the SimpliCam * Update camera.py Removed the CAMERA_MODEL_CAMERA_1080 constant. Added the new outdoor camera's model type. * Update AUTHORS * Add device type * Fix tests Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Bach <[email protected]>
- Loading branch information