-
Notifications
You must be signed in to change notification settings - Fork 23
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
Issue 60 #61
Issue 60 #61
Conversation
It seems that openwrt can now send a list or a string. I do not know if we could have multiple mac in the list. We simply pick up the first one.
How about always converting the |
I did it this way because I did not understood what the structure could return and how the lamba will behave :). I was wondering if it should not be reported as bug to openwrt. From my perspective, I would expect that the api always returns a list. So I took the simplest approach to fix the issue for me :) |
I tried this new approach on the new HA version 2024.2.0 and it seems to work |
i think we need a new version number so that it can be included in forthcoming ha releases ... ? |
Yes, I've just fixed the test case that caused the CI failure and released version 1.1.17. Feel free to try it out and provide feedback. |
Thanks, see home-assistant/core#107319 (comment) |
Fix for Luci device tracker: AttributeError: 'list' object has no attribute 'upper' #60
It seems that openwrt can now send a list or a string and this is not handled. Fix it.