-
-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore reading service data for configured button widgets #3514
Merged
JBassett
merged 1 commit into
home-assistant:master
from
jpelgrom:fix-widget-editing-fields
May 13, 2023
Merged
Restore reading service data for configured button widgets #3514
JBassett
merged 1 commit into
home-assistant:master
from
jpelgrom:fix-widget-editing-fields
May 13, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JBassett
approved these changes
May 13, 2023
googlvalenzuela
added a commit
to googlvalenzuela/ha-android
that referenced
this pull request
May 24, 2023
commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities
googlvalenzuela
added a commit
to googlvalenzuela/ha-android
that referenced
this pull request
May 24, 2023
commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities
googlvalenzuela
added a commit
to googlvalenzuela/ha-android
that referenced
this pull request
May 24, 2023
commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities
googlvalenzuela
added a commit
to googlvalenzuela/ha-android
that referenced
this pull request
May 24, 2023
commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities
googlvalenzuela
added a commit
to googlvalenzuela/ha-android
that referenced
this pull request
May 24, 2023
Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee. Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities
googlvalenzuela
added a commit
to googlvalenzuela/ha-android
that referenced
this pull request
May 24, 2023
Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee. Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities
googlvalenzuela
added a commit
to googlvalenzuela/ha-android
that referenced
this pull request
May 24, 2023
Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee. Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee. Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities
googlvalenzuela
added a commit
to googlvalenzuela/ha-android
that referenced
this pull request
May 24, 2023
Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee. Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee. Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee. Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee. Squashed commit of the following: commit 496cd10 Merge: 7dcbcb8 d81913b Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb8 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (home-assistant#3517) commit 7d6f11a Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (home-assistant#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (home-assistant#3514) commit 7e1dc20 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (home-assistant#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e3 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (home-assistant#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 8704213 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (home-assistant#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd7 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities
googlvalenzuela
added a commit
to googlvalenzuela/ha-android
that referenced
this pull request
May 24, 2023
Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee42fd1ea97c573b979b93645b85a0d1add. Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee42fd1ea97c573b979b93645b85a0d1add. Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee42fd1ea97c573b979b93645b85a0d1add. Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee42fd1ea97c573b979b93645b85a0d1add. Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee42fd1ea97c573b979b93645b85a0d1add. Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee42fd1ea97c573b979b93645b85a0d1add. Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ff…
JBassett
pushed a commit
that referenced
this pull request
May 26, 2023
* Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee42fd1ea97c573b979b93645b85a0d1add. Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee42fd1ea97c573b979b93645b85a0d1add. Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee42fd1ea97c573b979b93645b85a0d1add. Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee42fd1ea97c573b979b93645b85a0d1add. Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee42fd1ea97c573b979b93645b85a0d1add. Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dcbcb871cc615e777964a763c2114a0d781d768 Author: Diego Valenzuela <[email protected]> Date: Mon May 15 11:27:47 2023 -0700 Adding arming commit 5da9518cd2f98e2180ae9c0f5d6a8f3100628dcc Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:09:55 2023 -0700 Adding buffering and disarming. commit 73164e0304e76a642e223bff21744edc530d6308 Author: Diego Valenzuela <[email protected]> Date: Sun May 14 20:07:24 2023 -0700 Entity to executing take 2 commit d81913b7eac94f53cc1453d6a479119b4a8cf667 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 05:00:56 2023 +0200 Add throttling/debouncing on Wear OS for registry updates (#3517) commit 7d6f11af4fc4508a7384cb4662da1719233ba7f8 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:51:47 2023 +0200 Add support for Assist pipeline, update Wear implementation (#3526) * Group incoming messages by subscription to prevent out-of-order delivery - Messages received on the websocket are processed asynchronously, which is usually fine but can cause issues if messages need to be received in a specific order for a subscription. To fix this, process messages in order for the same subscription. * Implement Assist pipeline API - Add basic support for the Assist pipeline API - Update conversation function to use the Assist pipeline when on the minimum required version - Update UI to refer to Assist pipeline requirement commit 57024e1561087f082bd829e217a05b493a117e0e Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:45:26 2023 +0200 Restore reading service data for configured button widgets (#3514) commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ffdf394 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:38 2023 +0200 Fix expanded zone id for high accuracy zone constraint (#3509) - When checking if an expanded zone geofence should be created include the server ID in the comparison as that is what is used everywhere else. Otherwise expanded zones are never added, and as a result high accuracy mode won't work as expected. commit 97634e390323c046f52174eed4134e2aafcad832 Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:43:01 2023 +0200 Fix dialog options for high accuracy zone constraint entity id (#3508) Fix dialog for high accuracy zone constraint entity id - Zone entity ids can contain underscores, only split on underscores once to keep those that belong to the entity id (string is serverid_entityid). The data was being stored correctly. commit 87042137a4832b9757da455874c0ad417e79211f Author: Joris Pelgröm <[email protected]> Date: Sat May 13 04:39:56 2023 +0200 Fix app lock 'retry' unlocking app (#3507) - Only change the time for when the session expires if the app is in use, otherwise the new session expires timestamp might unlock the app commit 975eaf1ab211003686aeb8e51ae72b0537e5a520 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:48:54 2023 -0700 Fixing Ktlin LInt. commit 6b33cd727a267f66fb0df3e791bed7664b356ad3 Author: Diego Valenzuela <[email protected]> Date: Sat Apr 29 11:06:32 2023 -0700 Set Loading State for Entities Set Loading State for Entities Fixing Ktlin LInt. Stash CHan Revert "Adding Missing Elements for the Automotive XML" This reverts commit 04148ee42fd1ea97c573b979b93645b85a0d1add. Squashed commit of the following: commit 496cd100f23631e61a4c1816d937f9a9698c4f45 Merge: 7dcbcb87 d81913b7 Author: googlvalenzuela <[email protected]> Date: Mon May 15 11:28:22 2023 -0700 Merge branch 'master' into HA_Entity_Loading commit 7dc…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #3484 - it looks like I accidentally deleted reading stored service data for button widgets when editing them and didn't notice when adding multiserver 😬 This PR restores functionality based on the code before multiserver (6b06e0d).
Screenshots
n/a
Link to pull request in Documentation repository
n/a
Any other notes