core/tests/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 Add support for Mode trait in Google Assistant. (#18772) 2018-11-29 21:14:17 +01:00
test_google_assistant.py Enable Google Assistant OnOffTrait for climate devices that support them (#18544) 2018-11-27 17:11:55 +01:00
test_init.py Use HA native OAuth2 flow for google assistant components (#16848) 2018-09-26 08:57:55 +02:00
test_smart_home.py bugfix: ensure the `google_assistant` component respects `allow_unlock` (#18874) 2018-12-02 11:14:46 +01:00
test_trait.py bugfix: ensure the `google_assistant` component respects `allow_unlock` (#18874) 2018-12-02 11:14:46 +01:00