From cb8f1446e27ca3e3d834b74fee2885a9b29adf7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Pantale=C3=A3o=20Gon=C3=A7alves?= Date: Wed, 22 May 2024 11:39:47 +0200 Subject: [PATCH 1/3] Update 2024-05-22-companion-app-for-ios-20245-assist.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- .../2024-05-22-companion-app-for-ios-20245-assist.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2024-05-22-companion-app-for-ios-20245-assist.markdown b/source/_posts/2024-05-22-companion-app-for-ios-20245-assist.markdown index 2a3d4ac6f6d4..66ef058bfa35 100644 --- a/source/_posts/2024-05-22-companion-app-for-ios-20245-assist.markdown +++ b/source/_posts/2024-05-22-companion-app-for-ios-20245-assist.markdown @@ -26,7 +26,7 @@ In this demo, you see Assist being triggered from the iPhone 15 Pro “action bu ### “What if I don’t have an iPhone 15 pro to use the action button?” -It would be ideal if we could replace Siri with Assist in the power button long press, but since Apple doesn’t allow that. The second best option becomes the action button. For iPhones without it, there is a third option, the accessibility feature called “back tap”. Follow [this link](https://support.apple.com/en-gb/guide/shortcuts/apd897693606/ios) to learn how to configure it. +It would be ideal if we could replace Siri with Assist in the power button long press, but since Apple doesn’t allow that. The second best option becomes the action button. For iPhones without it, there is a third option, the accessibility feature called “back tap”. Follow [this guide on the Apple page](https://support.apple.com/en-gb/guide/shortcuts/apd897693606/ios) to learn how to configure it. ### Widgets From 9445cb7feb8eb85eae63384f9f43f9b984c511cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Pantale=C3=A3o=20Gon=C3=A7alves?= Date: Wed, 22 May 2024 11:40:09 +0200 Subject: [PATCH 2/3] Update 2024-05-22-companion-app-for-ios-20245-assist.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- .../2024-05-22-companion-app-for-ios-20245-assist.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2024-05-22-companion-app-for-ios-20245-assist.markdown b/source/_posts/2024-05-22-companion-app-for-ios-20245-assist.markdown index 66ef058bfa35..eb2121071ae0 100644 --- a/source/_posts/2024-05-22-companion-app-for-ios-20245-assist.markdown +++ b/source/_posts/2024-05-22-companion-app-for-ios-20245-assist.markdown @@ -22,7 +22,7 @@ I am very happy to bring Assist for iOS with a new native UI, integrated with iO -In this demo, you see Assist being triggered from the iPhone 15 Pro “action button” and lock screen widget. Those are a few ways of interacting with Assist, but as it’s an iOS shortcut, you can trigger it in all sorts of creative ways. You can create an automation triggered by scanning an NFC tag that launches Assist, or even add it to an existing shortcut you already use. +In this demo, you see Assist being triggered from the iPhone 15 Pro “action button” and lock screen widget. Those are a few ways of interacting with Assist, but as it’s an iOS shortcut, you can trigger it in all sorts of creative ways. You can create an automation triggered by scanning an NFC tag that launches Assist, or even add it to an existing shortcut you already use. ### “What if I don’t have an iPhone 15 pro to use the action button?” From c9555659bfc50d091f378240d2067ede93782a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Pantale=C3=A3o=20Gon=C3=A7alves?= Date: Wed, 22 May 2024 11:40:25 +0200 Subject: [PATCH 3/3] Update 2024-05-22-companion-app-for-ios-20245-assist.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- .../2024-05-22-companion-app-for-ios-20245-assist.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2024-05-22-companion-app-for-ios-20245-assist.markdown b/source/_posts/2024-05-22-companion-app-for-ios-20245-assist.markdown index eb2121071ae0..fbc6b2e2904f 100644 --- a/source/_posts/2024-05-22-companion-app-for-ios-20245-assist.markdown +++ b/source/_posts/2024-05-22-companion-app-for-ios-20245-assist.markdown @@ -54,7 +54,7 @@ A couple things to take into consideration. I have tried this for the last weeke - The Actions UI in CarPlay was aligned to display the same information as in Apple Watch, previously we were displaying the “Identifier” and ”Text”, now we display just the “Text” so we keep consistency between platforms. -- We also added a button to reload your widgets, since sometimes they may become blank for a few users after an update. For actions we added a button to manually update server created Actions so you don't need to reopen the app for that (but remember to restart HA after adding or removing Actions from yaml). +- We also added a button to reload your widgets, since sometimes they may become blank for a few users after an update. For actions, we added a button to manually update server-created Actions so you don't need to reopen the app for that (but remember to restart HA after adding or removing Actions from yaml). - Memory usage and performance issues on our macOS client are big topics in our GitHub right now, and we are aware of them and are working towards improving them. This release is the first iteration in that direction.