Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CJNE committed Feb 18, 2024
1 parent 9fdd9a2 commit 37a0daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/myenergi/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ async def async_setup_entry(hass, entry, async_add_devices):
PERCENTAGE,
None,
None,
STATE_CLASS_MEASUREMENT,
SensorStateClass.MEASUREMENT,
),
)
)
Expand Down

0 comments on commit 37a0daa

Please sign in to comment.