Update docs to reflect Climate changes. (#7764)

* Update climate supported features and list available modes.

* update docs to reflect auto -> heatcool change

Reverted a change in the code per.
This commit is contained in:
Eric Nagley 2019-01-01 10:31:53 -05:00 committed by Franck Nijhof
parent b71c931e4d
commit 282dbc2ff0

View File

@ -186,7 +186,7 @@ Currently, the following domains are available to be used with Google Assistant,
- lock (lock/unlock (to allow assistant to unlock, set the `allow_unlock` key in configuration)) - lock (lock/unlock (to allow assistant to unlock, set the `allow_unlock` key in configuration))
- cover (on/off/set position (via set brightness)) - cover (on/off/set position (via set brightness))
- media_player (on/off/set volume (via set brightness)/source (via set input source)) - media_player (on/off/set volume (via set brightness)/source (via set input source))
- climate (temperature setting) - climate (temperature setting, operation_mode)
- vacuum (dock/start/stop/pause) - vacuum (dock/start/stop/pause)
### {% linkable_title Media Player Sources %} ### {% linkable_title Media Player Sources %}
@ -196,8 +196,22 @@ There is currently a limitation with this feature that requires a hard-coded set
https://developers.google.com/actions/reference/smarthome/traits/modes https://developers.google.com/actions/reference/smarthome/traits/modes
#### Example Command: #### Example Command:
"Hey Google, change input source to TV on Living Room Receiver" "Hey Google, change input source to TV on Living Room Receiver"
### {% linkable_title Climate Operation Modes %}
There is not an exact 1-1 match between Home Assistant and Google Assistant for the available operation modes.
Here are the modes that are currently available:
- off
- heat
- cool
- heatcool (auto)
- fan-only
- dry
- eco
### {% linkable_title Troubleshooting the request_sync service %} ### {% linkable_title Troubleshooting the request_sync service %}
The request_sync service requires that the initial sync from Google includes the agent_user_id. If not, the service will log an error that reads something like "Request contains an invalid argument". If this happens, then [unlink the account](https://support.google.com/googlehome/answer/7506443) from Home Control and relink. The request_sync service requires that the initial sync from Google includes the agent_user_id. If not, the service will log an error that reads something like "Request contains an invalid argument". If this happens, then [unlink the account](https://support.google.com/googlehome/answer/7506443) from Home Control and relink.