After upgrading to Core 2024.9.1, Frontend 20240906.0 it seems that some integrations that need internet access cannot resolve dns anymore and consequently fail.
As an example:
curl -v https://monitoringapi.solaredge.com/%20site/1827299/overview?api_key=…
works from the HA container but the integration for SolarEdge fails unless I add to the hosts files:
167.94.174.45 monitoringapi.solaredge.com
Also hacs and custum services fail.
Anyone an idea what to do?
Peter