From b0fffb24165fd0545e91cc76ff47722dc4d3c47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Pantalea=CC=83o?= <5808343+bgoncal@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:57:13 -0300 Subject: [PATCH] Mirror HealthKit update usage description in InfoPlist.strings --- Sources/App/Resources/en.lproj/InfoPlist.strings | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/App/Resources/en.lproj/InfoPlist.strings b/Sources/App/Resources/en.lproj/InfoPlist.strings index c8da7bf0f5..b1cc64a1e0 100644 --- a/Sources/App/Resources/en.lproj/InfoPlist.strings +++ b/Sources/App/Resources/en.lproj/InfoPlist.strings @@ -3,6 +3,7 @@ "NSCrossWebsiteTrackingUsageDescription" = "Optionally enable cross-website tracking if your configuration requires it."; "NSFocusStatusUsageDescription" = "Report your focus status as a sensor."; "NSHealthShareUsageDescription" = "Read selected Apple Health metrics so they can be shared with Home Assistant as sensors."; +"NSHealthUpdateUsageDescription" = "Home Assistant does not write any data to Apple Health."; "NSLocalNetworkUsageDescription" = "Locate and communicate with your Home Assistant instance."; "NSLocationAlwaysAndWhenInUseUsageDescription" = "\n 🔵 We also need permission to access location 'Always' so the App can perform background operations. \n\n ⚠️ Without that, the App is unable to decide which connection (local or remote) to use in background and will use remote always."; "NSLocationAlwaysUsageDescription" = "We always need access to your location for features like iBeacons, geofences, background location updates and accurate reporting.";