core/homeassistant/components/vacuum
Anders Melchiorsen 8267a21bfe Lazy loading of service descriptions (#11479)
* Lazy loading of service descriptions

* Fix tests

* Load YAML in executor

* Return a copy of available services to allow mutations

* Remove lint

* Add zha/services.yaml

* Only cache descriptions for known services

* Remove lint

* Remove description loading during service registration

* Remove description parameter from async_register

* Test async_get_all_descriptions

* Remove lint

* Fix typos from multi-edit

* Remove unused arguments

* Remove unused import os

* Remove unused import os, part 2

* Remove unneeded coroutine decorator

* Only use executor for loading files

* Cleanups suggested in review

* Increase test coverage

* Fix races in existing tests
2018-01-07 14:54:16 -08:00
..
__init__.py Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
demo.py Basic MQTT vacuum support (#9386) 2017-09-15 15:39:19 +02:00
dyson.py move icon battery function from util to helpers (#9708) 2017-10-05 20:55:19 -07:00
mqtt.py More support for availability reporting on MQTT components (#11336) 2018-01-01 18:32:29 -08:00
neato.py Refactor Neato botvac components as a vacuum (#9946) 2017-11-03 14:25:26 +01:00
roomba.py Fix a bunch of typos (#9545) 2017-09-23 17:15:46 +02:00
services.yaml Update services.yaml files (#10229) 2017-10-30 21:39:12 +01:00
xiaomi_miio.py Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00