Add breaking change for google assistant (#11777)

* Add breaking change for google assistant

* Move the links

* Review comments
This commit is contained in:
Daniel Shokouhi 2020-01-18 04:40:54 -08:00 committed by Franck Nijhof
parent bcb54e26bd
commit c4e7c03587

View File

@ -373,6 +373,8 @@ Make sure to fill in all fields of the issue template, that is helping us a lot!
One possible scenario is if you have set an automation using the state of one lock to trigger an action on other lock(s). This change would cause the action to trigger on `locking` if it was previously triggering on `unlocking`. - ([@davet2001] - [#30663]) ([binary_sensor docs])
- __Google Assistant__ - The `api_key` for manual installs is now deprecated and will be removed in 0.105. To correct this you will need to remove `api_key` from the `configuration.yaml` and switch to using `service_account` instead. - ([@elupus] - [#30402]) ([google_assistant docs])
## Beta Fixes
- Fix upnp raw sensor state formatting when None ([@pnbruckner] - [#30444]) ([upnp docs]) (beta fix)