Fabian Affolter
47e31dc9ee
Fixes for PEP257 ( #11810 )
...
* Fixes for PEP257
* More updates
2018-01-20 22:35:38 -08:00
Fabian Affolter
de9d19d6f4
Use constants for HTTP headers ( #10313 )
...
* Use constants for HTTP headers
* Fix ordering
* Move 'no-cache' to platform
2017-11-04 12:04:05 -07:00
Daniel Welch
1bec2c005d
using defusedxml ElementTree for safer parsing of untrusted XML data ( #9934 )
...
* using defusexml ElementTree for safer parsing of untrusted XML data
* move from core dependency to platform specific dependency
* style difference: put back end of list comma in setup.py
2017-10-18 16:21:46 +02:00
Flavien Charlon
8185587100
Fix the "302" error in the UPC Connect component and remove the need to specify the router password ( #8335 )
...
* Remove the need to login on the UPC Connect component
* Remove unnecessary imports
* Update the unit tests for the UPC Connect component
* Fix the "302" error with the UPC Connect component
* Fix a flake8 error
* Update the unit tests for the UPC Connect component
2017-07-04 21:06:24 -07:00
Fabian Affolter
3ee4d1060f
Update docstrings ( #7361 )
...
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update tomato.py
* Update isy994.py
* Lint + fix tests
* Lint
2017-04-29 22:04:49 -07:00
Paulus Schoutsen
714b516176
aiohttp 2 ( #6835 )
...
* Upgrade aiohttp2
* Fix resource caching
* Fix helpers.aiohttp_client
* Lint
* Use static path for api error_log
* Fix ClientErrors import
* Remove not needed DisconnectError
* Remove releasing responses code
* Add timeout if stream starts non responding
* More async_aiohttp_proxy_stream cleanup
* Fix references to ClientError
* Fix fingerprinting
* Fix aiohttp stream tests
* Rename aiohttp_proxy_stream
* Remove impossible darksky test
* Fix sleepiq requests escaping mocker
* Lint
* Remove deprecated parameter
* Break up aiohttp_proxy_stream in 2 methods
* Lint
* Upgrade to aiohttp 2.0.4
* Convert connector close to a callback
* Fix static fingerprinted links
2017-03-30 00:50:53 -07:00
Pascal Vizeli
5d8e219448
Update aiohttp handling with upc connect ( #6108 )
...
* Refactor upc connect
* fix aiohttp cleanup
* fix test
* fix tests
* allow status code for login
2017-02-19 23:25:45 +01:00
Pascal Vizeli
a72d32b9af
Bugfix async blocking loop with xml parser. ( #5694 )
2017-02-01 17:20:52 +01:00
Pascal Vizeli
c3a55e7d82
Fix upc lint error ( #5554 )
2017-01-25 18:46:37 +01:00
Pascal Vizeli
393c7f2cf1
[device.upc_connect] Discount on STOP. ( #5553 )
...
* [device.upc_connect] Discount on STOP.
* close session it self
* Update upc_connect.py
2017-01-25 09:20:31 -08:00
Paulus Schoutsen
d8e5e60a08
Merge remote-tracking branch 'origin/master' into dev
2017-01-24 20:59:34 -08:00
Pascal Vizeli
cfc936761b
Make upc more robust ( #5404 )
...
* Make upc more robust
* update unittest
* add test for parse error
2017-01-17 23:35:02 +01:00
Pascal Vizeli
7af92d0bca
Bugfix upc with aiohttp 1.2 (cookies) ( #5362 )
2017-01-16 22:08:24 -08:00
Pascal Vizeli
f08e2648ae
Bugfix upc with aiohttp 1.2 (cookies) ( #5362 )
2017-01-16 11:06:23 +01:00
Pascal Vizeli
bb02fc707c
[device_traker/upc] New UPC connect box platform ( #5100 )
2017-01-09 18:08:37 +02:00