Skip to content

Commit 2cf2aac

Browse files
authored
extra_state_attributes
1 parent a0fa668 commit 2cf2aac

File tree

1 file changed

+1
-1
lines changed
  • custom_components/plex_recently_added

1 file changed

+1
-1
lines changed

custom_components/plex_recently_added/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def state(self):
132132
return self._state
133133

134134
@property
135-
def device_state_attributes(self):
135+
def extra_state_attributes(self):
136136
if self.server_name:
137137
return
138138
import math

0 commit comments

Comments
 (0)