Paulus Schoutsen
|
2650c73a89
|
Split bootstrap into bs + setup (#6416)
* Split bootstrap into bs + setup
* Lint
|
2017-03-05 10:41:54 +01:00 |
Pascal Vizeli
|
41f558b181
|
Bootstrap / Component setup async (#6264)
* Bootstrap / Entiy setup async
* Cleanup add_job stuff / return task/future object
* Address paulus comments / part 1
* fix install pip
* Cleanup bootstrap / move config stuff to config.py
* Make demo async
* Further bootstrap improvement
* Address Martin's comments
* Fix initial tests
* Fix final tests
* Fix bug with prepare loader
* Remove no longer needed things
* Log error when invalid config
* More cleanup
* Cleanups platform events & fix lint
* Use a non blocking add_entities callback for platform
* Fix Autoamtion is setup befor entity is ready
* Better automation fix
* Address paulus comments
* Typo
* fix lint
* rename functions
* fix tests
* fix test
* change exceptions
* fix spell
|
2017-02-28 20:33:19 -08:00 |
Pascal Vizeli
|
d5368f6f78
|
Async bootstrap / component init (#3991)
* Async bootstrap
* Adress comments
* Fix tests
* More fixes
* Tests fixes
|
2016-10-27 00:16:23 -07:00 |
Rob Capellini
|
272539105f
|
Replacing tempfile with mock_open in tests (#3753)
- test_bootstrap.py
- test_config.py
- components/test_init.py
- components/test_panel_custom.py
- components/test_api.py
- components/notify/test_file.py
- components/notify/test_demo.py
- components/camera/test_local_file.py
- helpers/test_config_validation.py
- util/test_package.py
- util/test_yaml.py
No changes needed in:
- components/cover/test_command_line.py
- components/switch/test_command_line.py
- components/rollershutter/test_command_line.py
- components/test_shell_command.py
- components/notify/test_command_line.py
Misc changes in:
- components/mqtt/test_server.py
Also, removed some unused mock parameters in tests/components/mqtt/test_server.py.
|
2016-10-17 20:16:36 -07:00 |
Paulus Schoutsen
|
8081fe794e
|
Add panel custom to load any webcomponent (#2747)
|
2016-08-08 17:35:46 -07:00 |