Skip to content
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

Extensive reformatting (e.g. PEP8) #127

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

frennkie
Copy link
Contributor

@frennkie frennkie commented Jan 7, 2024

Over the holidays I set up Home Assistant and then stumbled over this nice project.
When looking into the code I noticed a few inconsistencies and also that several of the Python "conventions" (PEP8, camel case and so on) that I'm familiar with are not strictly followed.. ;-D

I did put in the effort to do some refactoring.
I can not with 100% certainty say that nothing broke - but I'm running my modified code on three different Raspberry Pi's and it appears to be sending the exact same data.

@ironsheep would you even consider merging this (either as one big commit - or split into individual blocks of changes)?

Line 1000 contains a change that turns a problem with accessing /dev/vcio from a crash into a warning (see also: #94 + #98).

Apply extensive reformatting in regard to code style and syntax. Mostly PEP8 changes (e.g. snake case for functions and variable names.
Also clean up some dead code.
Switch from _thread to public API.
@frennkie frennkie changed the title extensive reformatting Extensive reformatting (e.g. PEP8) Jan 7, 2024
@frennkie
Copy link
Contributor Author

@ironsheep "ping" :-D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant