You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for EFFECT_NONE
* off not None
* review comment
* Adjust typing for `effect` in `restore_external_state_attributes`
* Fix effect behavior in `_assume_group_state`
* Fix effect behavior in `restore_external_state_attributes`
* Adjust `None` state restoration tests for new effect behavior
* Move out `self._effect_list` into `effect_list`
* Only add `EFFECT_OFF` if there are other effects
* Revert "Only add `EFFECT_OFF` if there are other effects"
This reverts commit aa870ef.
* Always set effect on members
Changing any other attributes always turns off the effect at the moment, so we need to pass that to the members.
* Fix group light test expecting `None` `effect_list`
---------
Co-authored-by: TheJulianJES <[email protected]>
0 commit comments