Home assistant 对分析数据的存储和加密处理
https://www.home-assistant.io/integrations/analytics/
Data storage & processing
All data is received and processed by the Home Assistant Analytics Receiver (source).
When your installation sends a payload, that payload includes a unique identifier. This identifier is used to make sure that your installation is only counted once.
Your data is securely stored in CloudFlare’s Key-Value store. It will be stored for a maximum of 60 days since the last update. Only aggregated data is made publicly available.
This is an example of how the information is stored:
uuid:12a3456bc78d90123ef4567g789012h3
{‘version’: ‘2022.11.2’, ‘installation_type’: ‘Home Assistant OS’, ‘country’: ‘NO’}
https://www.home-assistant.io/integrations/analytics/
Data storage & processing
All data is received and processed by the Home Assistant Analytics Receiver (source).
When your installation sends a payload, that payload includes a unique identifier. This identifier is used to make sure that your installation is only counted once.
Your data is securely stored in CloudFlare’s Key-Value store. It will be stored for a maximum of 60 days since the last update. Only aggregated data is made publicly available.
This is an example of how the information is stored:
uuid:12a3456bc78d90123ef4567g789012h3
{‘version’: ‘2022.11.2’, ‘installation_type’: ‘Home Assistant OS’, ‘country’: ‘NO’}
0