Skip to content

Commit

Permalink
Fixes #54 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarwash authored Nov 1, 2024
1 parent cfff739 commit 9914e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/noaa_space_weather/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ def extra_state_attributes(self):
"attribution": ATTRIBUTION,
"id": str(self.coordinator.data.get("id")),
"integration": DOMAIN,
"state_class": "measurement",
}

0 comments on commit 9914e5c

Please sign in to comment.