-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fixing issues 47, 49, 53 and 55 #56
Conversation
Hi @luismalddonado I have been working on this too and looks like we need some additional changes for the actions. I am learning how to use GitHub and not show how to to a Pull Request on the v2.0.0 release. I will share what I have done to assist if you can import the changes. I also made some other small mods that we can work in. |
I pushed a commit to my fork, its a bit of a mess the way I have done it. I am not a dev and learning how to use Github. The changes I made are commented with # CHANGED. |
Should add a breaking changes note to the readme since these changes are likely to mean changes to references in Automations. |
Thanks both, just checking this includes what you were working on too @CV8R ? |
Done! Sorry. I have 0 experience with python. |
Will review and add if needed later today. |
Anyway when I have time and get used to homeassitant and pyton I will review all the code and try to make things in a better way. Now it is just working! At least for me. |
With my lack of GiHub experience I am struggling to follow the changes and the files I pull down with GiHub desktop appear earlier than the v2.0.0 release. I have been editing them on my system direct... Note, without adding the following to climate.py the new climate feature lags are not being used and its defaulting to the legacy off mode. Once added, it is likely to break Automations (it did on mine) but easy to fix - we should add a breaking change warning once set to false.
As per this blog post Otherwise. Best go ahead and then I will try again later once the changes are merged. I found some other things like CHN MODE and ONOFF being sent out of order, but will try add those later after these changes. |
What is the status @jnimmo ??? I have this code working since 7 days is far more stable than "main" branch. Current "main" branch is not working :-( |
Please ensure to install the pre-commit hooks in future to ensure it passes linting as I can't modify your pull request to fix it - pip3 install pre-commit |
Fixing issues 47, 49, 53 and 55