home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.87k stars 28.97k forks source link

Found incompatible HTTP option 'server_host' on 2024.7.0 #121151

Closed simonepittis closed 6 days ago

simonepittis commented 6 days ago

The problem

WARNING (MainThread) [homeassistant.components.hassio.handler] Found incompatible HTTP option 'server_host'. Watchdog feature disabled.

The system go in Recovery mode and I need only to restore the backup

What version of Home Assistant Core has the issue?

core-2024.7.0

What was the last working version of Home Assistant Core?

core-2024.6.4

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Home Assistant Core

Link to integration documentation on our website

No response

Diagnostics information

WARNING (MainThread) [homeassistant.components.hassio.handler] Found incompatible HTTP option 'server_host'. Watchdog feature disabled

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

vlad36N commented 6 days ago

Comment out two lines in your configuration.yaml

To restore HA to previous state you can use CLI: ha core update --version 2024.6.4

simonepittis commented 6 days ago

fix it! thanks

TimKras commented 5 days ago

I had to remove the 'trusted_networks' node from configuration.yaml to 'fix' the error.