-
Notifications
You must be signed in to change notification settings - Fork 81
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
AttributeError: 'NoneType' object has no attribute 'split #28
Comments
Can't reproduce this even after i enabled Recorder. The only thing that's different from your setup is that i'm using Python 3.4. Also, i check the next commit after f8a47b1 and there isn't any change that i can see which can cause this bug. Can you try out and let me know which commit starts producing this error? |
I'm getting the same error; entity_id is None in _async_delay_fire_motion in components/binary_sensor/xiaomi.py:110 when starting up. |
just tested all the commits. commit 497e1a7 is where the error start appearing. |
Great, that will help with figuring out the issue |
@rexii2300 @mindigmarton : |
Yeah, that works, been using that, though it feels like a temporary patch. I think it shouldn't reach that part of the code without an entity id, but I don't know the code enough to see if that's the case. |
HA running on Ubuntu Server LTS 16.04
HA verified to work with clean install, history functionality works fine.
when starting HA with xiaomi component i have the follow error:
when viewing history, there is no history. Current status is shown and updated correctly.
I've tried HA direct install, docker install and also virtualenv install. All have this issue.
I've deleted configuration.yaml and HA generated a new file. I've then added:
xiaomi:
gateways:
- sid:
key: 96dkmix6oxxxxxx
so it is a clean file. Still no luck. Deleting the home-assistant_v2.db file does not help either.
Rolling back to commit f8a47b1 resolves this issue.
The text was updated successfully, but these errors were encountered: