WEBHOOK for Smartthings integration? [SOLVED]

Hi All

I have for a very long time used Home assistant and was using the:

OLD ONE:

http:
  server_port: 8123
  base_url: http://192.168.0.12:8123

I have a working https cert. from my reverse proxy (Synology)
So I have a working cert. https://mydomain.com

I then update my configuration YAML to:


NEW ONE:
  elevation: 24
  time_zone: Europe/Copenhagen
  external_url: "https://mydomain.com"
  internal_url: "http://192.168.0.12:8123"

# Enables configuration UI
config:

http:
  server_port: 8123
  use_x_forwarded_for: true
  trusted_proxies:
    - 192.168.0.6
    - 192.168.0.9
    - 192.168.0.10
    - 192.168.0.0/24
  ip_ban_enabled: true
  login_attempts_threshold: 5

But when I try to access the “Smartthing” plugin I get a:
image

The instruction says:

But I can’t find what I am missing?
The HA is working fine with the cert. and my new domain using the reverse proxy?
And I did add this proxy to the conf. YAML?

Home someone can help me Tokens and the new security have eluded me for some time now
(I am running the latest and greatest HA version HassOS 4.10)

Update for some reason the external access is not recognized by HA?
image

Solved - I just moved it all to the top of my YAML conf file… :laughing:

Hi can you please provide more details/screenshots i tried this and getting no luck still showing internet url when trying to integrate smart things

I already have reverse proxy setup and able to access ha from outside my home network,

Thank you

Hello,
I’m struggling with this same issue. How did you resolve it, if you did.
Thanks
Chris