core/homeassistant
Jason Hu 63b28aa39d By default to use access_token if hass.auth.active (#15212)
* Force to use access_token if hass.auth.active

* Not allow Basic auth with api_password if hass.auth.active

* Block websocket api_password auth when hass.auth.active

* Add legacy_api_password auth provider

* lint

* lint
2018-07-01 21:53:38 -04:00
..
auth_providers By default to use access_token if hass.auth.active (#15212) 2018-07-01 21:53:38 -04:00
components By default to use access_token if hass.auth.active (#15212) 2018-07-01 21:53:38 -04:00
helpers Storage auth (#15192) 2018-06-28 22:14:26 -04:00
scripts Migrate home assistant auth provider to use storage helper (#15200) 2018-06-29 00:02:45 -04:00
util Lint cleanup (#15103) 2018-06-25 13:05:07 -04:00
__init__.py
__main__.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
auth.py By default to use access_token if hass.auth.active (#15212) 2018-07-01 21:53:38 -04:00
bootstrap.py Lint cleanup (#15103) 2018-06-25 13:05:07 -04:00
config.py Fix extended package support (#14980) 2018-06-16 06:55:32 -04:00
config_entries.py Return None to indicate no config found (#15147) 2018-06-25 17:21:38 -04:00
const.py Bumped version to 0.73.0b1 2018-07-01 13:40:55 -04:00
core.py Add storage helper and migrate config entries (#15045) 2018-06-25 12:53:49 -04:00
data_entry_flow.py Show notification when user configures Nest client_id/secret (#14970) 2018-06-15 15:19:58 -04:00
exceptions.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
loader.py Warn when using custom components (#15172) 2018-06-27 15:21:32 -04:00
monkey_patch.py Python 3.5 adjustments (#13173) 2018-03-15 13:10:54 +02:00
package_constraints.txt Upgrade requests to 2.19.1 (#15019) 2018-06-18 18:13:21 +02:00
remote.py Lint cleanup (#15103) 2018-06-25 13:05:07 -04:00
requirements.py Reinstate our old virtual env check in favor of pip (#12932) 2018-03-05 15:51:37 -08:00
setup.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00