core/homeassistant
Kane610 931bceefd9 deCONZ config entry (#13402)
* Try config entries

* Testing

* Working flow

* Config entry text strings

* Removed manual inputs for config flow

* Support unloading of config entry

* Bump requirement to v33

* Fix comments from test

* Make sure that only one deCONZ instance can be set up

* Hass doesn't support unloading platforms yet

* Modify get_api_key to be testable

* Fix hound comments

* Add test dependency

* Add test for no key

* Bump requirement to v35
Add pydeconz to list of test components

* Don't have a check in async_setup that domain exists in hass.data
2018-03-30 00:34:26 -07:00
..
components deCONZ config entry (#13402) 2018-03-30 00:34:26 -07:00
helpers Adds template function state_attr to get attribute from a state (#13378) 2018-03-28 00:04:18 -07:00
scripts Upgrade keyring to 12.0.0 and keyrings.alt to 3.0 (#13452) 2018-03-25 14:23:53 +02:00
util Implement thermostat support for Alexa (#13340) 2018-03-29 23:49:08 -07:00
__init__.py
__main__.py Disable Monkey Patch for 3.6.3+ (#13150) 2018-03-12 16:12:21 -07:00
bootstrap.py Python 3.5 adjustments (#13173) 2018-03-15 13:10:54 +02:00
config.py Don't add Falsy items to list #13412 (#13536) 2018-03-29 17:21:28 -07:00
config_entries.py deCONZ config entry (#13402) 2018-03-30 00:34:26 -07:00
const.py Fix merge conflict 2018-03-29 18:01:47 -07:00
core.py Check whitelisted paths #13107 (#13154) 2018-03-29 19:57:19 -07:00
exceptions.py Fix recorder crash for long state string - enforce at core level (#9696) 2017-10-25 09:05:30 -07:00
loader.py Typing fixes (#12015) 2018-01-29 00:24:08 -08:00
monkey_patch.py Python 3.5 adjustments (#13173) 2018-03-15 13:10:54 +02:00
package_constraints.txt Upgrade aiohttp to 3.1.1 (#13510) 2018-03-28 12:45:24 +02:00
remote.py Remove crazy JSON encoding things that are no longer used (#13029) 2018-03-12 23:22:08 +01:00
requirements.py Reinstate our old virtual env check in favor of pip (#12932) 2018-03-05 15:51:37 -08:00
setup.py Rename homeassistant.util.async to .async_ (#13088) 2018-03-11 10:01:12 -07:00