Http vs https with duckdns

In the 110 release notes: 0.110: Speed! OpenZWave beta, HomeKit Cameras, ONVIF, Calendars - Home Assistant

“If you want to set those via YAML, homeassistant: main configuration has now a external_url and internal_url setting.”

and under breaking changes:

HTTP - base_url is deprecated and replaced by an internal_url and external_url core configuration setting. - (@frenck - #35224) (basic config docs) (http docs)

The Basic Config and HTTP docs are what you should be looking at, not any developer documentation. You may find yourself very, very lost if you are indeed looking at developer documentation :slight_smile:

Seeing as this was introduced in a version change, this didn’t happen out of the blue. When you change versions you should read the release notes of the latest release and any ones in between you’ve missed.

If you don’t want to do that, the breaking changes custom component can help reduce the time spent working out what is relevant to you and what isn’t. Custom_component: breaking_changes

1 Like