From 2f1877267f9c40171a364ca34bb175f11d66ec2b Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Tue, 16 Oct 2018 11:23:31 -0400 Subject: [PATCH 1/2] Add changes from PR #94 --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 0d881a3..d19fdd5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,13 @@ A list of changes between each release 0.10.0.dev (Development Version) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Moved all API calls to own module for easier maintainability +- Added network ids to sync module and cameras to allow for multi-network use +- Removed dependency on video existance prior to camera setup (fixes `#93`_) +- Camera wifi_strength now reported in wifi "bars" rather than dBm due to API endpoint change +- Use homescreen thumbnail as fallback in case it's not in the camera endpoint +- Removed "armed" and "status" attributes from camera (status of camera only reported by "motion_enabled" now) +- Added serial number attributes to sync module and cameras 0.9.0 (2018-09-27) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ From 787256ce664e502f3f917381e57a0a7445812a07 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Tue, 16 Oct 2018 11:28:18 -0400 Subject: [PATCH 2/2] Fixed bad linkwq --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index d19fdd5..f0bbd3c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,7 +7,7 @@ A list of changes between each release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Moved all API calls to own module for easier maintainability - Added network ids to sync module and cameras to allow for multi-network use -- Removed dependency on video existance prior to camera setup (fixes `#93`_) +- Removed dependency on video existance prior to camera setup (fixes `#93 `_) - Camera wifi_strength now reported in wifi "bars" rather than dBm due to API endpoint change - Use homescreen thumbnail as fallback in case it's not in the camera endpoint - Removed "armed" and "status" attributes from camera (status of camera only reported by "motion_enabled" now)