Files
addons/google_assistant/build.json
Pascal Vizeli 9000291523 Migrate google assistant to new audio (#1160)
* Migrate google assistant to new audio

* Fix lint

* clean old handling stuff
2020-03-02 11:11:07 +01:00

16 lines
429 B
JSON

{
"build_from": {
"armhf": "homeassistant/armhf-base-debian:buster",
"armv7": "homeassistant/armv7-base-debian:buster",
"amd64": "homeassistant/amd64-base-debian:buster"
},
"args": {
"GOOGLE_GRPC_VERSION": "0.2.1",
"GOOGLE_LIBRARY_VERSION": "1.0.1",
"GOOGLE_SDK_VERSION": "0.5.1",
"GOOGLE_AUTH_VERSION": "1.11.2",
"REQUESTS_OAUTHLIB_VERSION": "1.3.0",
"CHERRYPY_VERSION": "18.5.0"
}
}