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

Commit fa35482

Browse files
committed
fix for device_state_attributes
Replaced device_state_attributes with extra_state_attributes
1 parent ebbb693 commit fa35482

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)