-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
TypeError: 'WhereBucketValue' object is not subscriptable #401
Labels
bug
Something isn't working
Comments
@iMicknl, we likely need to set up the integration from scratch to be able to fully debug this. 🙄 Or somehow change the WhereBucket to make the integration to subscribe for it again. |
GSzabados
added a commit
to GSzabados/ha-nest-protect
that referenced
this issue
Feb 17, 2025
…knl#401 This should handle the error, as it is already handled a few lines above the same way.
if you want to fix this for now, you can implement this change manually: After doing the changes in the file you need to restart Home Assistant, and the integration should work normally. |
iMicknl
pushed a commit
that referenced
this issue
Feb 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem
I installed 3 nest protects battery and added this integration to home assistant. It gives this error every 5 minutes.
What version of this integration (ha-nest-protect) has the issue?
0.4.0
What version of Home Assistant Core has the issue?
core-2024.12.5
Device / Model
Nest Protect (Battery) Topaz-234
Diagnostics information
config_entry-nest_protect-01JGXJ3V9Z0XN4GDY8JVFNEFFD.json
Home Assistant log
Logs
ERROR (MainThread) [custom_components.nest_protect] Unknown exception. Please create an issue on GitHub with your logfile. Updates paused for 5 minutes. Traceback (most recent call last): File "/config/custom_components/nest_protect/__init__.py", line 193, in _async_subscribe_for_data for area in bucket_value["wheres"]: ~~~~~~~~~~~~^^^^^^^^^^ TypeError: 'WhereBucketValue' object is not subscriptableAdditional information
No response
The text was updated successfully, but these errors were encountered: