Skip to content

Commit

Permalink
Remove attribution in the sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Mar 8, 2020
1 parent 94a6eda commit 44f5238
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions custom_components/hacs/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,4 @@ def device_state_attributes(self):
"available version": repository.display_available_version,
}
)
return {
"repositories": data,
"attribution": "It is expected to see [object Object] here, for more info see https://hacs.xyz/docs/basic/sensor",
}
return {"repositories": data}

0 comments on commit 44f5238

Please sign in to comment.