This commit is contained in:
Paulus Schoutsen 2017-07-29 15:14:23 -07:00
parent cf78b5a188
commit e7020a05fe

View File

@ -21,8 +21,6 @@ Hass.io will be a great foundation for bigger and better integrated features. St
### {% linkable_title Adding the power of voice to integrations %} ### {% linkable_title Adding the power of voice to integrations %}
Hass.io will be a great foundation for bigger and better integrated features. Stay tuned.
But enough about Hass.io, let's not forget about Home Assistant. This release has completely revamped the way how we deal with voice integrations. We turned Home Assistant into a platform to write voice apps, no matter where the processing of the voice happens. This can be done by Alexa, Google Assistant or in the Home Assistant user interface. But enough about Hass.io, let's not forget about Home Assistant. This release has completely revamped the way how we deal with voice integrations. We turned Home Assistant into a platform to write voice apps, no matter where the processing of the voice happens. This can be done by Alexa, Google Assistant or in the Home Assistant user interface.
We are super excited about the new functionality and hope that it will trigger a new type of applications and systems to be built on top of Home Assistant. This release includes a shopping list to show the new functionality. As a user you can add any item to the shopping list with your voice and also ask what is on your shopping list. We are super excited about the new functionality and hope that it will trigger a new type of applications and systems to be built on top of Home Assistant. This release includes a shopping list to show the new functionality. As a user you can add any item to the shopping list with your voice and also ask what is on your shopping list.
@ -34,9 +32,9 @@ shopping_list:
To make testing these applications easier, we've updated the conversation component. The component will now allow sentences to be configured that hook directly into the new voice functionality. Combined with the new interface it will allow for some great interactions! To make testing these applications easier, we've updated the conversation component. The component will now allow sentences to be configured that hook directly into the new voice functionality. Combined with the new interface it will allow for some great interactions!
<iframe width="100%" height="166" scrolling="no" frameborder="no" <div class='videoWrapper'>
src="https://www.youtube.com/watch?v=Ij0zDF3qwmE"> <iframe width="560" height="315" src="https://www.youtube.com/embed/Ij0zDF3qwmE" frameborder="0" allowfullscreen></iframe>
</iframe> </div>
### {% linkable_title History improvements %} ### {% linkable_title History improvements %}