Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 6797c1b

Browse files
authored
Merge pull request #64 from blaise-code/master
2 parents ebbb693 + fa35482 commit 6797c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/dmx/light.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def brightness(self):
335335
return self._brightness
336336

337337
@property
338-
def device_state_attributes(self):
338+
def extra_state_attributes(self):
339339
data = {}
340340
data["dmx_universe"] = self._dmx_gateway._universe
341341
data["dmx_channels"] = self._channels

0 commit comments

Comments
 (0)