File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
custom_components/edinplus Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ def __init__(self, light) -> None:
5252 self ._attr_name = self ._light .name
5353 self ._attr_unique_id = f"{ self ._light .light_id } _light"
5454 self ._state = None
55- self ._brightness = None
5655
5756 async def async_added_to_hass (self ) -> None :
5857 """Run when this Entity has been added to HA."""
@@ -97,7 +96,7 @@ def brightness(self):
9796
9897 @property
9998 def supported_color_modes (self ):
100- return ColorMode .BRIGHTNESS
99+ return { ColorMode .BRIGHTNESS }
101100
102101 @property
103102 def color_mode (self ):
Original file line number Diff line number Diff line change 88 "iot_class" : " local_push" ,
99 "issue_tracker" : " https://github.com/sftgunner/edinplus-integration/issues" ,
1010 "requirements" : [],
11- "version" : " 0.6.10 "
11+ "version" : " 0.6.11 "
1212}
You can’t perform that action at this time.
0 commit comments