From 3e340129f22cb759d2647e0d1a5a807e0da09469 Mon Sep 17 00:00:00 2001 From: Hudson Brendon Date: Sat, 4 Jan 2025 18:35:06 -0300 Subject: [PATCH] fix: bump version --- custom_components/drivvo/manifest.json | 2 +- custom_components/drivvo/sensor.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/drivvo/manifest.json b/custom_components/drivvo/manifest.json index 3a11e36..04de81b 100644 --- a/custom_components/drivvo/manifest.json +++ b/custom_components/drivvo/manifest.json @@ -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" } \ No newline at end of file diff --git a/custom_components/drivvo/sensor.py b/custom_components/drivvo/sensor.py index 6c1ce3d..014722e 100755 --- a/custom_components/drivvo/sensor.py +++ b/custom_components/drivvo/sensor.py @@ -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