andersevenrud / ha-nexa-bridge-x

Home Assistant - Nexa Bridge X Integration
Other
9 stars 3 forks source link

Replaced deprecated constants, minor fixes #38

Closed sonite closed 7 months ago

sonite commented 7 months ago

Invalid color modes & replace deprecated constants


Fixes #36

sonite commented 7 months ago

It appears that I'll have to re-fork the repository and make changes file by file, submitting pull requests for each. I can't seem to find an option to edit and split already committed changes. Additionally, GitHub automatically includes all file changes in a commit, so I can't choose which ones to include individually. :(

andersevenrud commented 7 months ago

It appears that I'll have to re-fork the repository and make changes

Not really. You can cherry-pick the changes.

I can't seem to find an option to edit and split already committed changes

Yeah, it's a bit tricky if not familiar with git.

GitHub automatically includes all file changes in a commit, so I can't choose which ones to include individually. :(

It requires creating branches for each pull-request. The best way to avoid any problems is to not use the "main" branch.


If it's too much then I'll find another way to split this up