mirror of
https://github.com/home-assistant/iOS.git
synced 2026-04-17 17:02:29 -05:00
Create Watch Home from iOS (#2944)
<!-- 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 --> - Create watch home from iPhone - Configure Assist for watch from iPhone - Deprecate message for iOS Actions - Use Scripts or Scenes directly - Show/Hide Assist in Apple Watch - Options to require confirmation before running watch item (script/scene/action) ## Screenshots <!-- If this is a user-facing change not in the frontend, please include screenshots in light and dark mode. -->  https://github.com/user-attachments/assets/1e4509f8-45e5-4b39-bfdc-62f9bce64617 ## 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. -->
This commit is contained in:
committed by
GitHub
parent
b272b27a83
commit
186aea4fa7
@@ -164,7 +164,7 @@ final class NotificationManagerLocalPushInterfaceExtension: NSObject, Notificati
|
||||
|
||||
updateAndDirty(\.isEnabled, true)
|
||||
updateAndDirty(\.localizedDescription, "HomeAssistant for \(ssid)")
|
||||
updateAndDirty(\.providerBundleIdentifier, Constants.BundleID + ".PushProvider")
|
||||
updateAndDirty(\.providerBundleIdentifier, AppConstants.BundleID + ".PushProvider")
|
||||
updateAndDirty(\.matchSSIDs, [ssid])
|
||||
|
||||
let configurations: [PushProviderConfiguration] = servers.map {
|
||||
|
||||
Reference in New Issue
Block a user