Skip to content

Commit

Permalink
Fix light groups missing effect_list state (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJulianJES authored Sep 24, 2024
1 parent 2cad5d1 commit c394a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zha/application/platforms/light/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def state(self) -> dict[str, Any]:
response["brightness"] = self.brightness
response["xy_color"] = self.xy_color
response["color_temp"] = self.color_temp
response["effect_list"] = self.effect_list
response["effect"] = self.effect
response["supported_features"] = self.supported_features
response["color_mode"] = self.color_mode
Expand Down

0 comments on commit c394a7c

Please sign in to comment.