I’m trying to setup google assistant with my Home Assistant, and I’ve been following this https://home-assistant.io/components/google_assistant/, I’ve come to the point where I think that the google side works, I can see my project in the Google Assistant app, as: ‘[test] your app name’, when I select it, it just gives HTTP code 404.
Which i related to the log from homeassistant:
2018-01-12 16:49:50 ERROR (MainThread) [homeassistant.loader] Unable to find component google_assistant
2018-01-12 16:49:50 ERROR (MainThread) [homeassistant.setup] Setup failed for google_assistant: Component not found.
I’ve been trying to search for other posts with similar problems but without luck…
You will need to fully update your system to take advantage of Google Assistant. There were LOTS of changes since .48, so you might want to research that before you dive in. There were some syntax changes in the configuration.
When working with components, make sure you have a version that supports them. On every component you should see something similar to this section in the upper right hand corner.
I believe so, but I do not use the self-installed any more. I use docker.
One thing to note is that recently, there were requirements for a newer version of python, so again, you need to research the upgrade path that you will require. It might make sense to make a fresh install and copy over your configuration directory, and fix the syntax issues as they arrive.
Well the only thing i need is a device for Home Assistant to run on, but tried HASSIO when it first came out, and had quite a few problems back then. Might have been fixed since then.
Do you know if you can run NodeRed on it now?
Oh okay I see, i think I choose Hassbian tho, just because I like to have the extra options. You have spared me for lots of time searching for a solution, I’m grateful!