Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
remove site id from alarm attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
rlippmann committed Oct 8, 2023
1 parent ab94051 commit 4c7dc12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/adtpulse/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def has_entity_name(self) -> bool:
def extra_state_attributes(self) -> dict:
"""Return the state attributes."""
return {
"site_id": self._site.id,
"last_update_time": as_local(
datetime.fromtimestamp(self._alarm.last_update)
),
Expand Down

0 comments on commit 4c7dc12

Please sign in to comment.