core/tests/components/google_assistant
Eric Nagley ddeeba20b9 Google assistant enable fan speed controls (#18373)
* Initial commit of Traits changes.

* Initial commit of tests chagnes for added FanSpeed trait.

* pylint fixes.

* Default reversible to false

* Ensure reversible returns True/False.

* Fix FanSpeed trait name and fix order.

* Add remaining checks to FanSpeed trait Test.

* Remove un-needed blank lines at EOF.

* Update homeassistant/components/google_assistant/trait.py

Co-Authored-By: marchingphoenix <eanagley@gmail.com>

* use fan.SPEED_* constants as keys to speed_synonyms dict.
convert True if() to bool() for reversible assignment.

* use fan.SPEED_OFF constant of 'on' check.
2018-11-11 22:02:33 +01:00
..
__init__.py Google assistant enable fan speed controls (#18373) 2018-11-11 22:02:33 +01:00
test_google_assistant.py Add support for locks in google assistant component (#18233) 2018-11-06 10:39:10 +01:00
test_init.py
test_smart_home.py
test_trait.py Google assistant enable fan speed controls (#18373) 2018-11-11 22:02:33 +01:00