core/homeassistant
Jason Hu a64a66dd62 Only create front-end client_id once (#15214)
* Only create frontend client_id once

* Check user and client_id before create refresh token

* Lint

* Follow code review comment

* Minor clenaup

* Update doc string
2018-07-01 13:36:50 -04:00
..
auth_providers By default to use access_token if hass.auth.active (#15212) 2018-06-30 22:31:36 -04:00
components Only create front-end client_id once (#15214) 2018-07-01 13:36:50 -04:00
helpers Lint cleanups (#15243) 2018-07-01 11:57:01 -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
auth.py Only create front-end client_id once (#15214) 2018-07-01 13:36:50 -04:00
bootstrap.py Lint cleanup (#15103) 2018-06-25 13:05:07 -04:00
config.py Lint cleanups (#15243) 2018-07-01 11:57:01 -04:00
config_entries.py Return None to indicate no config found (#15147) 2018-06-25 17:21:38 -04:00
const.py Add support for Homekit battery service (#14288) 2018-06-17 20:54:34 +02:00
core.py Add storage helper and migrate config entries (#15045) 2018-06-25 12:53:49 -04:00
data_entry_flow.py
exceptions.py
loader.py Lint cleanups (#15243) 2018-07-01 11:57:01 -04:00
monkey_patch.py
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
setup.py