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

Fix: Use entry_id in device setup #170

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Fix: Use entry_id in device setup #170

merged 1 commit into from
Sep 7, 2023

Conversation

tykeal
Copy link
Owner

@tykeal tykeal commented Sep 7, 2023

HA 2023.9 refuses to create a device if the config entry cannot be
found. As we have been using our unique_id attribute for lookup, this
has been silently failing. We now use the correct entry.entry_id
attribute for our device setup.

Issue: Fixes #169
Signed-off-by: Andrew Grimberg tykeal@bardicgrove.org

HA 2023.9 refuses to create a device if the config entry cannot be
found. As we have been using our unique_id attribute for lookup, this
has been silently failing. We now use the correct entry.entry_id
attribute for our device setup.

Issue: Fixes #169
Signed-off-by: Andrew Grimberg <tykeal@bardicgrove.org>
@tykeal tykeal merged commit 1a42c06 into main Sep 7, 2023
@tykeal tykeal deleted the fix_startup branch September 7, 2023 15:08
@tykeal tykeal added the bug Something isn't working label Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unknown service "rental_control.update_code_slot"
1 participant