Skip to content

Commit

Permalink
Merge pull request #108 from freddieleeman/master
Browse files Browse the repository at this point in the history
Remove `Last Activity` from device attributes
  • Loading branch information
elad-bar authored Apr 12, 2024
2 parents a7e52b6 + ee25d99 commit 1915609
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@ def _load_device_tracker(self, device: EdgeOSDeviceData):

attributes = {
ATTR_FRIENDLY_NAME: entity_name,
LAST_ACTIVITY: device.last_activity_in_seconds,
}

unique_id = EntityData.generate_unique_id(
Expand Down

0 comments on commit 1915609

Please sign in to comment.