Skip to content
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

Add a disambiguation process #195

Open
tykeal opened this issue May 17, 2024 · 0 comments
Open

Add a disambiguation process #195

tykeal opened this issue May 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tykeal
Copy link
Owner

tykeal commented May 17, 2024

It is possible for some tools to provide events that are not unique across the event title. For example a guest books multiple stays within the sensor window and the tools provides the guest name which is then used as the event name. As such, the lock updating can get caught trying to update the same slot between the multiple events.

There are two possible methods to make this work:

  1. Add unique information to the event names (start DD/MM ?) easy, but somewhat ugly
  2. Store information in the sensor as to which slot was used. This does have added complexity related to an HA restart as any slots already assigned would have to be properly detected and stored
@tykeal tykeal added the enhancement New feature or request label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant