Releases: BaQs/pyEzviz
Handle json_result referenced before assignment
-Removed pointless logging.
-Fixed error handling on a few methods.
-Improved error messages.
Handle ValueError from Login method.
Handle ValueError from Login method.
Handle 401 and 504 http status codes
-Handle 401 and 504 http status codes are thrown when authentication cookie expires. Handle this with re-login.
Improved Exceptions, Fixed pylint warnings.
-Improved Exceptions.
-Increased default timeout to 25 seconds. (seems to be the sweat spot based on HA integration tests)
-Fixed pylint warnings on client.py. (String too long, unused variable, unused import)
Added region check
The code now returns the correct region url it differs from the default.
Removed unused variable "serial" in defense mode switch method.
Removed unused variable "serial" in defense mode switch method.
Changes to private/public method naming.
-Changed a few _private/public method names.
(Busy adding "Sound Alarm" and "Global Defense" services to HA component)
Fix empty IP for some cameras.
-Added method to return ip address from wifiinfos if connection infos is blank. Method also does checks and returns values only if key exists, otherwise returns 0.0.0.0 if no match.
-Shorten some of the debug messages. (pylint line too long)
Added some resilience to detection sensibility method.
0.1.7.1 Add error correction to detection sensibility.
Change to constants for new HA platform.
0.1.7.0 Update constants for ha integration addon.