Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Jan 4, 2025
1 parent 23429aa commit 3e34012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/drivvo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/hudsonbrendon/sensor.drivvo/issues",
"requirements": [],
"version": "1.1.0"
"version": "1.1.1"
}
2 changes: 1 addition & 1 deletion custom_components/drivvo/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def __init__(self, hass, email, password, data, interval):
name=data.identification,
manufacturer="Drivvo",
model=self._model,
sw_version="1.1.0",
sw_version="1.1.1",
)
self.data = data

Expand Down

0 comments on commit 3e34012

Please sign in to comment.