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