core/homeassistant/components/vacuum
Philipp Schmitt 82a7dffc03 Wi-Fi enabled Roomba support (#8825)
* Roomba vacuum component

* Update requirements and coveragerc

* Update error handling message

* Implement changes requested by @azogue

* Add missing import

* Don't wrap commands with functools.partial

* Refactoring

* Remove state attribute and use double quotes for log messages strings

* Remove unused constants

* Sorting

* Sorting + remove None arg from dict.get() calls

* Re-sort imports
2017-08-06 11:08:45 +02:00
..
__init__.py Update xiaomi vacuum tests and include in coverage (#8845) 2017-08-05 21:45:59 +02:00
demo.py Update xiaomi vacuum tests and include in coverage (#8845) 2017-08-05 21:45:59 +02:00
roomba.py Wi-Fi enabled Roomba support (#8825) 2017-08-06 11:08:45 +02:00
services.yaml Xiaomi vacuum as platform of new `vacuum` component derived from ToggleEntity, and services (#8623) 2017-08-04 15:27:10 +02:00
xiaomi.py Update xiaomi vacuum tests and include in coverage (#8845) 2017-08-05 21:45:59 +02:00