Reduce the number of third party requests #8379
-
While navigating through the frontend many requests to third party servers are sent:
The reason why I host a smart home system myself is that I do not want that other know what I do and collect telemetry. My intention is not to blame anyone (I love home-assistant) but that many third party requests cause severe privacy issues and could easily be avoided by shipping the files as part of the software. This also means that home-assistant is not fully usable offline (e.g. the File Editor do not work at all without third party requests). It would be great if these files (or at least most of them) are shipped with home-assistant and served from the local server. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@TobiasMie are you running HACS perhaps? On my Home Assistant installation all front-end bits are served locally, only the brand images come from Looking at the other requests, it looks like your are using HACS or you are opening addon pages via the Supervisor. For both, it will show the README from GitHub, which can include external sources. I believe that most of your extra requests are coming from these pages. |
Beta Was this translation helpful? Give feedback.
@TobiasMie are you running HACS perhaps? On my Home Assistant installation all front-end bits are served locally, only the brand images come from
brands.homeassistant.io
.Looking at the other requests, it looks like your are using HACS or you are opening addon pages via the Supervisor. For both, it will show the README from GitHub, which can include external sources. I believe that most of your extra requests are coming from these pages.