Skip to content

Commit

Permalink
Update sensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar authored May 24, 2020
1 parent a1cbd47 commit 647ed72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sonarr_upcoming_media/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def device_state_attributes(self):
except:
pass
card_json.append(card_item)
attributes['data'] = json.dumps(card_json)
attributes['data'] = card_json
return attributes

def update(self):
Expand Down

0 comments on commit 647ed72

Please sign in to comment.