Skip to content

Commit

Permalink
Increment version to v1.2.0
Browse files Browse the repository at this point in the history
And remove whitespace
  • Loading branch information
codyc1515 committed Oct 6, 2024
1 parent 474011c commit 1339880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/meridian_energy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/codyc15/ha-meridian-energy/issues",
"requirements": [],
"version": "1.0.1"
"version": "1.2.0"
}
2 changes: 1 addition & 1 deletion custom_components/meridian_energy/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def update(self):
if len(row) < 2: # Checking if there are at least two columns
_LOGGER.warning("Not enough columns in this row")
break

if row[0] == "HDR":
_LOGGER.debug("HDR line arrived")
continue
Expand Down

0 comments on commit 1339880

Please sign in to comment.