core/homeassistant/components/google_assistant
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 Fix google assistant request sync service call (#17415) 2018-11-27 14:57:42 +01:00
const.py Add support for locks in google assistant component (#18233) 2018-11-06 10:39:10 +01:00
helpers.py bugfix: ensure the `google_assistant` component respects `allow_unlock` (#18874) 2018-12-02 11:14:46 +01:00
http.py bugfix: ensure the `google_assistant` component respects `allow_unlock` (#18874) 2018-12-02 11:14:46 +01:00
services.yaml Fix google assistant request sync service call (#17415) 2018-11-27 14:57:42 +01:00
smart_home.py Add support for locks in google assistant component (#18233) 2018-11-06 10:39:10 +01:00
trait.py BUGFIX: handle extra fan speeds. (#18799) 2018-11-29 22:24:53 +01:00