iOS/Sources/Shared/Environment
Bruno Pantaleão Gonçalves 57d84ddb2d
Fix Apple watch items customization not sync in the same session (#3380)
<!-- Thank you for submitting a Pull Request and helping to improve Home
Assistant. Please complete the following sections to help the processing
and review of your changes. Please do not delete anything from this
template. -->

## Summary
<!-- Provide a brief summary of the changes you have made and most
importantly what they aim to achieve -->
Due to the items displayed in the watch sometimes having all the same ID
but different properties, swiftui list decides that no update is
necessary, so this PRs refreshes the list updating the list ID
## Screenshots
<!-- If this is a user-facing change not in the frontend, please include
screenshots in light and dark mode. -->

## Link to pull request in Documentation repository
<!-- Pull requests that add, change or remove functionality must have a
corresponding pull request in the Companion App Documentation repository
(https://github.com/home-assistant/companion.home-assistant). Please add
the number of this pull request after the "#" -->
Documentation: home-assistant/companion.home-assistant#

## Any other notes
<!-- If there is any other information of note, like if this Pull
Request is part of a bigger change, please include it here. -->
2025-01-30 16:32:42 +01:00
..
ActiveStateManager.swift Update swift lint and format + appy fixes (#2585) 2024-02-22 13:06:39 +01:00
AppConstants.swift Fix Apple watch items customization not sync in the same session (#3380) 2025-01-30 16:32:42 +01:00
AppDatabaseUpdater.swift Save ClientEvents on local json file instead of GRDB to avoid crashes (#3378) 2025-01-30 12:55:32 +01:00
ConnectivityWrapper.swift Detect SSID on watch to decide which endpoint to use to run actions (#2865) 2024-07-24 10:53:20 +02:00
CrashReporter.swift Create Watch Home from iOS (#2944) 2024-08-28 09:45:07 +02:00
DeviceBattery.swift Update swift lint and format + appy fixes (#2585) 2024-02-22 13:06:39 +01:00
DeviceWrapper.swift Use Apple Vision Pro and visionOS instead of iPad as name (#2893) 2024-08-01 10:41:10 +02:00
DeviceWrapperBatteryObserver.swift Update swift lint and format + appy fixes (#2585) 2024-02-22 13:06:39 +01:00
Environment.swift Save ClientEvents on local json file instead of GRDB to avoid crashes (#3378) 2025-01-30 12:55:32 +01:00
FocusStatusWrapper.swift Available checks cleanup for iOS 15 and watchOS 8 (#2622) 2024-03-04 15:36:55 +01:00
LocalizedManager.swift Update swift lint and format + appy fixes (#2585) 2024-02-22 13:06:39 +01:00
MacBridgeProtocol.swift Fix device name reporting "iPad" on macOS 13 (#2303) 2023-02-08 22:39:24 -08:00
MatterWrapper.swift Use home assistant defined thread network when commissioning matter device (#3027) 2024-09-25 00:03:47 +02:00
OnboardingStateObservation.swift Prevent server deletion and inform user it is unauthenticated (#3171) 2024-11-20 18:16:44 +01:00
ServerAlerter.swift Assist improvements and revert optional connection access (#3201) 2024-11-27 15:42:33 +01:00
Style.swift Update onboarding with modern HA design (#3052) 2024-09-26 09:24:53 +02:00
TagManagerProtocol.swift Multi-server (#1906) 2021-11-27 12:33:46 -08:00
Updater.swift Update swift lint and format + appy fixes (#2585) 2024-02-22 13:06:39 +01:00
WatchUserDefaults.swift Detect SSID on watch to decide which endpoint to use to run actions (#2865) 2024-07-24 10:53:20 +02:00