hass-core/homeassistant/components/cloud
Andrew Hayworth b7e2522083 bugfix: ensure the google_assistant component respects allow_unlock (#18874)
The `Config` object specific to the `google_assistant` component
had a default value for `allow_unlock`. We were not overriding this
default when constructing the Config object during `google_assistant`
component setup, whereas we do when setting up the `cloud` component.

To fix, we thread the `allow_unlock` parameter down through http setup,
and ensure that it's set correctly. Moreover, we also change the
ordering of the `Config` parameters, and remove the default. Future
refactoring should not miss it, as it is now a required parameter.
2018-12-02 11:14:46 +01:00
..
__init__.py bugfix: ensure the google_assistant component respects allow_unlock (#18874) 2018-12-02 11:14:46 +01:00
auth_api.py Upgrade flake8 to 3.6.0 (#17770) 2018-10-25 23:15:20 +03:00
cloud_api.py Allow managing cloud webhook (#18672) 2018-11-26 14:10:18 +01:00
cloudhooks.py Allow managing cloud webhook (#18672) 2018-11-26 14:10:18 +01:00
const.py Allow managing cloud webhook (#18672) 2018-11-26 14:10:18 +01:00
http_api.py Allow managing cloud webhook (#18672) 2018-11-26 14:10:18 +01:00
iot.py Allow managing cloud webhook (#18672) 2018-11-26 14:10:18 +01:00
prefs.py Default to on if logged in (#18766) 2018-11-28 22:17:37 +01:00