core/homeassistant
Anders Melchiorsen 160c7fc685 Add HTTP Basic auth to RESTful Switch (#9162)
* Add HTTP Basic auth to RESTful Switch

* Remove redundant hass passing

* Initialize to current state

The state used to be None until the first periodic poll.

This commit refactors async_update so it can be used during setup as well,
allowing the state to start out with the correct value.

* Refactor turn_on/turn_off device communication

* Remove lint

* Fix Travis errors
2017-09-09 10:20:48 -07:00
..
components Add HTTP Basic auth to RESTful Switch (#9162) 2017-09-09 10:20:48 -07:00
helpers Core track same state for a period / Allow on platforms (#9273) 2017-09-05 02:01:01 +02:00
scripts Upgrade credstash to 1.13.3 (#9088) 2017-08-22 13:32:46 +03:00
util Warn instead of raise on duplicate YAML key (#8834) 2017-08-06 10:47:19 -07: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 Backend changes for customize config panel. (#9134) 2017-08-26 10:02:32 -07:00
const.py Version bump to 0.54.0.dev0 2017-09-09 00:52:47 -07:00
core.py Is_allowed_path raise for None path (#8953) 2017-08-15 15:41:37 +02: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 Update jinja to 2.9.6 (#9306) 2017-09-05 17:03:24 +02: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