-
Notifications
You must be signed in to change notification settings - Fork 66
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 crash for unsupported dimension events #145
base: master
Are you sure you want to change the base?
Fix crash for unsupported dimension events #145
Conversation
This fixes a lot of the problems that this integrations has. @anotherjulien Are you still maintaining the project? |
Hello @michnovka! I'm having a similar problem that I think this fix doesn't address (or at least I was unable to install it) Setup:
What happens: I solved by simply configuring the lights with "dimmable: true" but I think this behaviour may be related to what you fix here. Great work anyways! |
@dan-it Yes, I think this is related. What do you mean you were unable to install it? |
I am new to HA so I'm not sure that replacing the contents of homeassistant/custom_components/myhome/light.py and restarting HA is enough. That's what I did and it still has the same issue. |
Hi. If I would like to use this refork whats the best way to proceed. I don’t a a copy link to paste the repository into hacs. So I have to copy the differents files and paste them into HA? |
Open an issue on the fork repo. It's only a matter of uploading the distribution file, maybe Michnovka will do it. In alternative yes you can just overwrite the files but beware you also need to do it with the OWNd library as some fixes are needed there. |
Ownd library ?? I saw that on the anotherjulien page. But I havenever installed that. And see no files with that name in my HA config…. |
Fixes #143