My.home-assistant.io doesn't work on my instance of HA...why?

Any time I see one of those badges that prompts me to connect directly to something in my home assistant instance, the resulting page is a 404.

I have a working instance tied to a public domain via reverse proxy on apache2 with SSL enabled and this is the only problem I run into with connecting. If I go to the internal URL, no problem. If I access the https://ha..com, no problem.

But the my.home-assistant.io doesn’t work. For example, this URL returns 404:

https://ha..com/_my_redirect/automations

Not sure I understand this feature as it has never worked for me.

Do you have either of these integrations installed?

Or

I was under the impression that default_config was default and didn’t need to be added to configuration.yaml, and thus, neither are in the configuration.yaml file.

Do they need to be there?

One of them does.

If you have not deleted it default_config: should be there.

I’m an idiot. I added my: and it works now. Somehow I glossed over that back in the day.

Hi!
I’ve got the same problem, but with the difference that my default_config: section within the configuration.yaml is empty. So I added the my: section to it and rebooted the HA, but the redirection of my.home-assistant.io still don’t work. I also tried to add the section my: outside of default_config: but still no luck.
When I search for integrations, neither of both (Default Config and My Home Assistant) are found, and so I can’t install them.
What I’m doing wrong?

It should be empty. It should just be this:

#configuration.yaml

default_config:

This would have generated a few errors in your log. It is not how the my home assistant integtation is to be included:

Please remove it and restart.

No need if you have default_config. Delete it and restart.

Still doesn’t work, just like from scratch.
This is my configuration.yaml file:
Screenshot 2024-11-20 204948