core/homeassistant/components/google_assistant
Bryan York 02309cc318 Enable Google Assistant OnOffTrait for climate devices that support them (#18544)
* Enable Google Assistant OnOffTrait for climate devices that support them

This commit enables the OnOffTrait for climate devices that have the SUPPORT_ON_OFF feature. I have tested this locally with a Sensibo device which supports ON_OFF and a nest device that does not.

* Update trait.py

* Add tests for onoff_climate

* Add OnOff trait to climate.heatpump

* Add on status to heatpump in google_assistant tests
2018-11-27 17:11:55 +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 Add support for locks in google assistant component (#18233) 2018-11-06 10:39:10 +01:00
http.py Correct expose_by_default interaction with expose_domains (#17745) 2018-11-06 12:53:47 +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 Enable Google Assistant OnOffTrait for climate devices that support them (#18544) 2018-11-27 17:11:55 +01:00