this post was submitted on 08 Feb 2025
32 points (100.0% liked)
homeassistant
14807 readers
18 users here now
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If the integration has a cloud symbol you should assume it's sharing data. There is an unofficial integration "store" called HACS. Those integrations are not reviewed by Home Assistant so you cannot be sure even if it is marked as not being a cloud integration, unless you review the code it may do things you are unaware of. That said, many HACS integrations are worth considering.
Clear answer, thank you so much. Glad to hear there's a community. Worst case scenario I can always make it so a self-hosted voice to text triggers a script on a local device through a spotify API.
By syncing data, it isn't all data, just that it requires non-local resources, ie cloud/API, to function. You do have to look at each integration to see what it is doing, I would expect a Spotify integration is just hitting the Spotify API and maybe can interact with local devices that Spotify can stream to (ie a Chromecast)
And it's explicitly "not all data"? I'm really impressed by the community, I'd assume if a Philips lightbulb was getting access to geolocation data via HA someone would have noticed.
If Phillips wrote the plugin it might but all the plugins I have looked at are written by the community. Most plugins are only polling based, so they are scraping data into HAs recorder plugin.
thanks, the fact that there's this level of insight in the community makes me comfortable of going down this road. I'll keep an eye on integrations.
And all the code is available online because it's open source. You can make sure if you're really suspicious of something.
Glad to hear it, it's not so much suspicious as the principle. It's weird, I just hate the notion that if I bump up my thermostat a degree or two someone who I pay to give me music is keeping track.