diff --git a/custom_components/drivvo/manifest.json b/custom_components/drivvo/manifest.json index 29dfb61..3a11e36 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.0.9" + "version": "1.1.0" } \ No newline at end of file diff --git a/custom_components/drivvo/sensor.py b/custom_components/drivvo/sensor.py index 75c433c..6c1ce3d 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.0.9", + sw_version="1.1.0", ) self.data = data