This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
Releases: mattsch/badnest
Releases · mattsch/badnest
v0.0.7
v0.0.6
Changes
- Add a service to change the active Nest Temperature Sensor (#30) @jhujasonw
Contributors
@jhujasonw and @mattsch
v0.0.5
v0.0.4
Changes
- Cleanup (#9) @mattsch
- Removing unnecessary region config (#8) @vinodmishra
Contributors
@mattsch and @vinodmishra
Fix unique_ids
Should fix the issue where we generate duplicate devices for thermostats, etc.
More cleanup and bugfixing
- Refactor to reduce duplicated code and hopefully make it less error prone
- Hopefully better error/retry handling
- All auth and reauth is centralized so should be slightly less fragile (and probably easier on the Nest servers)
- Very prone to 502 errors still, not much to be done there.
Cleanup and camera improvements
- Fix camera updates
- Improve exception handling