-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore not-yet-supported notifications of node profile class
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9190117
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @nao-pon, thanks so much for continuing the development of the pychonet and the home assistant echonetlite integration.
Would it be possible for future commits to add 1-2 sentences of a description in the commit message, to let other potential contributors understand the background behind the changes? (e.g. What was wrong before? How did you find it? etc.)
Thanks,
Tomasz
9190117
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi tom3q, This change wasn't a problem, but during the refactoring process I discovered something that I would like to implement in the future, so I've noted it.
And today I added detailed annotations.
pychonet/pychonet/echonetapiclient.py
Lines 56 to 73 in b803186
9190117
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the explanation! My thought is that it would be nice to have some short explanation for every commit, so people, like me, looking at the development history can understand the background behind the changes. :)