diff --git a/custom_components/coct_loadshedding/const.py b/custom_components/coct_loadshedding/const.py index 4e81e5e..9f1cb31 100644 --- a/custom_components/coct_loadshedding/const.py +++ b/custom_components/coct_loadshedding/const.py @@ -3,7 +3,7 @@ NAME = "CoCT Loadshedding Interface" DOMAIN = "coct_loadshedding" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "1.0.4" +VERSION = "1.0.5" ISSUE_URL = "https://github.com/tinuva/ha-coct-loadshedding/issues" diff --git a/custom_components/coct_loadshedding/manifest.json b/custom_components/coct_loadshedding/manifest.json index d1db40f..098e414 100644 --- a/custom_components/coct_loadshedding/manifest.json +++ b/custom_components/coct_loadshedding/manifest.json @@ -1,7 +1,7 @@ { "domain": "coct_loadshedding", "name": "CoCT Loadshedding Interface", - "version": "1.0.4", + "version": "1.0.5", "documentation": "https://github.com/tinuva/ha-coct-loadshedding", "issue_tracker": "https://github.com/tinuva/ha-coct-loadshedding/issues", "dependencies": [],