-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[insteon] keep track of group state at the device level #7929
Conversation
Signed-off-by: Rob Nielsen <[email protected]>
Travis tests were successfulHey @robnielsen, |
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.
This change looks ok to me. But I'll hold off on merging this until after the release goes out, which should be at any moment. If these changes happened to break anything in the binding I'd rather it do so at the beginning of a new release cycle where fixes could be made before the next release.
@cpmeister, I've noticed there are still commits for 2.5.6 release. Myself and one other person have been running these changes for about a week. |
A week of testing would have been enough time to catch any issues from this PR. So I'll go ahead and merge it. |
Signed-off-by: Rob Nielsen <[email protected]>
Signed-off-by: Rob Nielsen <[email protected]> Signed-off-by: CSchlipp <[email protected]>
Signed-off-by: Rob Nielsen <[email protected]>
Signed-off-by: Rob Nielsen <[email protected]>
Signed-off-by: Rob Nielsen <[email protected]>
Signed-off-by: Rob Nielsen <[email protected]>
Signed-off-by: Rob Nielsen <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
Signed-off-by: Rob Nielsen <[email protected]>
An insteon device has multiple features associated with it and each one potentially had a group state machine. The state machine applies to the device not the feature. This simplifies the design by associating the state machine to the device instead of including on with each feature.