Created
November 1, 2017 14:50
-
-
Save willwhui/04019a2ee13d4fa57efa9dc83dbbb965 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
在hass中用Google Home语音控制小米扫地机器人 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
google home和本地小米设备的连接方式有几种?
这个是针对 hass.io 的,理论上也可以在原生的hass上配置成功吧。
说如何利用树莓派自带的语音输入输出设备,在树莓派上调用google assistant
有意思,以后试试看。
这个是针对原生hass的,待研究。
https://community.home-assistant.io/t/how-to-integrate-google-assistant-and-home-assistant-api-using-only-ifttt/19269
http://mypageaboutrandomstuff.blogspot.com/2017/01/google-home-intercom-using-hass-home.html
大概原理是:对google home发出语音指令,触发ifttt发起一个针对hass的web请求。
需要在本地将hass网站api暴露到外网
大概流程是: 对google home发出语音指令,启动一个基于Dialogflow的程序,利用其webhook调用本地网站api
这里有一个hass官方文档https://home-assistant.io/components/dialogflow/