home-assistant-android/app
googlvalenzuela 6352b05b03
Adding Transition from Park to Drive (#3551)
* Set Loading State for Entities

Fixing Ktlin LInt.

Stash CHan

Squashed commit of the following:

commit 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 97634e3903
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 87042137a4
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 975eaf1ab2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sat Apr 29 11:48:54 2023 -0700

    Fixing Ktlin LInt.

commit 6b33cd727a
Author: Diego Valenzuela <dvalenzuela@google.com>
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 496cd100f2
Merge: 7dcbcb87 d81913b7
Author: googlvalenzuela <127877770+googlvalenzuela@users.noreply.github.com>
Date:   Mon May 15 11:28:22 2023 -0700

    Merge branch 'master' into HA_Entity_Loading

commit 7dcbcb871c
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Mon May 15 11:27:47 2023 -0700

    Adding arming

commit 5da9518cd2
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:09:55 2023 -0700

    Adding buffering and disarming.

commit 73164e0304
Author: Diego Valenzuela <dvalenzuela@google.com>
Date:   Sun May 14 20:07:24 2023 -0700

    Entity to executing take 2

commit d81913b7ea
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 05:00:56 2023 +0200

    Add throttling/debouncing on Wear OS for registry updates (#3517)

commit 7d6f11af4f
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
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 57024e1561
Author: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Date:   Sat May 13 04:45:26 2023 +0200

    Restore reading service data for configured button widgets (#3514)

commit 7e1dc203ec6b8866b1b2e1b3b50e6e214ff…

* Fixing Ktlin

* Using ./gradlew ktlintFormat
2023-05-26 08:30:07 -04:00
..
src Adding Transition from Park to Drive (#3551) 2023-05-26 08:30:07 -04:00
build.gradle.kts Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.6.4 to 1.7.1 (#3543) 2023-05-22 16:07:47 +00:00
proguard-rules.pro Initial commit 2019-04-01 22:52:08 -07:00