Assist: You must be at least on home assistant 2023.1 and have the conversation integration enabled

Having this Assist error on Android wear:

You must be at least on home assistant 2023.1 and have the conversation integration enabled

What do I miss?
Screenshot_20230213_234822_android

FYI: Using a Samsung galaxy watch 5 with S22 ultra and latest app installed and latest versions of HA on a Blue (odroid).

Look in your configuration.yaml file for this line:

default_config:

If it doesn’t exist (or is commented out) then add the following line and restart Home Assistant.

conversation:

In addition, confirm your version of Home Assistant is at least 2023.1.0. You can see the version in Settling > About.

default config: is/was there. Assist seems to work on the android phone. Just not on Android wear… I don’t know why. Also tried to combine with conversation: before. but didn’t do anything…

And to confirm in addition…
image

Is the wear os app working for you if you open the app and toggle an entity and also are you seeing sensor updates from the watch like battery in the server?

It used to be working. But I think I figured it out. Thanks for the help!!!

As you said… the entities… they were not there anymore… So I tried to remove the app on the watch and reinstalled it… not sure if that was really needed, but then I could see the settings again… as the error was also showing up as soon as I opened the app (not the widget)…

Apparently I have been playing with NGINX proxy manager changing how I can access my HA lately. Not aware changing the settings on the phone will not change the settings on OS wear.
I had something done like: https://home.mydomain.com:8123 changed to just home.mydomain.com. So adjusting this after the reinstall seems to fix the error above. :slight_smile:

1 Like