Paulus Schoutsen
d1a621601d
No more opt-out auth ( #18854 )
...
* No more opt-out auth
* Fix var
2018-12-02 16:32:53 +01:00
Flip Hess
507e8f8f12
Add verify ssl to generic camera ( #15949 )
...
* Add verify_ssl option to generic camera
* Remove flake8 errors
* Add test for ssl verification on and off
* Fix lint errors
2018-08-21 15:29:11 +02:00
Paulus Schoutsen
89a19c89a7
Fix aiohttp deprecation warnings ( #13240 )
...
* Fix aiohttp deprecation warnings
* Fix Ring deprecation warning
* Lint
2018-03-15 21:49:49 +01:00
Paulus Schoutsen
143044f8f1
Remove some more usage of run_in_executor ( #8352 )
...
* Remove usage of run_in_executor
* Lint
2017-07-06 14:08:32 +02:00
Eugenio Panadero
4ca5ed25bc
add option to set content_type in camera.generic to support 'svg cameras' ( #8188 )
...
* add custom content_type to support 'generic svg cameras'
* add unittest to check content_type for svg generic camera
* Tweak tests
2017-06-25 12:25:14 -07:00
Paulus Schoutsen
2650c73a89
Split bootstrap into bs + setup ( #6416 )
...
* Split bootstrap into bs + setup
* Lint
2017-03-05 10:41:54 +01:00
Paulus Schoutsen
32ffd006fa
Reorganize HTTP component ( #4575 )
...
* Move HTTP to own folder
* Break HTTP into middlewares
* Lint
* Split tests per middleware
* Clean up HTTP tests
* Make HomeAssistantViews more stateless
* Lint
* Make HTTP setup async
2016-11-25 13:04:06 -08:00
Pascal Vizeli
ece58ce78f
Remove ThreadPool with async executor ( #4154 )
...
* Remove ThreadPool with async executor
* Fix zigbee
* update unittest
* fix remote api
* add pending task to remote
* fix lint
* remove unused import
* remove old stuff for lazy tests
* fix bug and add a exception handler to executor
* change executor handling
* change to wait from gather
* fix unittest
2016-11-05 09:27:55 -07:00
Paulus Schoutsen
7f699b4261
Lazy initialise the worker pool ( #4110 )
...
* Lazy initialise the worker pool
* Minimize pool initialization in core tests
* Fix tests on Python 3.4
* Remove passing in thread count to mock HASS
* Tests: Allow pool by default for threaded, disable for async
* Remove JobPriority for thread pool
* Fix wrong block_till_done
* EmulatedHue: Remove unused test code
* Zigbee: do not touch hass.pool
* Init loop in add_job
* Fix core test
* Fix random sensor test
2016-10-31 08:47:29 -07:00
Paulus Schoutsen
519d9f2fd0
async HTTP component ( #3914 )
...
* Migrate WSGI to asyncio
* Rename wsgi -> http
* Python 3.4 compat
* Move linting to Python 3.4
* lint
* Lint
* Fix Python 3.4 mock_open + binary data
* Surpress logging aiohttp.access
* Spelling
* Sending files is a coroutine
* More callback annotations and naming fixes
* Fix ios
2016-10-23 23:48:01 -07:00
Landrash
34f57ebdc9
Fix reference to wrong components in tests for cameras ( #1 ) ( #2975 )
...
🐬 👍
2016-08-25 10:55:37 -06:00
Paulus Schoutsen
aa6a0523ef
Add template support to generic camera + local file tests ( #2881 )
...
* Add template support to generic camera
* Add tests for local file
2016-08-20 23:04:55 -07:00