core/homeassistant
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
..
components Wi-Fi enabled Roomba support (#8825) 2017-08-06 11:08:45 +02:00
helpers Tweak conversation/intent/shopping list (#8636) 2017-07-25 00:42:59 -07:00
scripts Fix typo (#8754) 2017-07-31 09:00:09 -07:00
util Xiaomi vacuum as platform of new `vacuum` component derived from ToggleEntity, and services (#8623) 2017-08-04 15:27:10 +02:00
__init__.py
__main__.py Fix some issues for PyLint 1.7.2 (#8356) 2017-07-05 20:02:16 -07:00
bootstrap.py Update docstrings (#8536) 2017-07-18 16:23:57 +02:00
config.py Update persistent deps dir version in config.py (#8479) 2017-07-19 22:59:21 -07:00
const.py Xiaomi vacuum as platform of new `vacuum` component derived from ToggleEntity, and services (#8623) 2017-08-04 15:27:10 +02:00
core.py Expose all components on hass [Concept] (#8490) 2017-07-16 09:23:06 -07:00
exceptions.py EntityComponent to retry platforms that are not ready yet (#8209) 2017-06-26 09:41:48 -07:00
loader.py Expose all components on hass [Concept] (#8490) 2017-07-16 09:23:06 -07:00
monkey_patch.py Make monkey patch work in Python 3.6 (#7848) 2017-06-01 23:23:39 -07:00
package_constraints.txt Upgrade aiohttp to 2.2.5 (#8828) 2017-08-04 23:14:05 -07:00
remote.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
setup.py Fix check for running inside venv (#8481) 2017-07-15 07:25:02 -07:00