diff --git a/custom_components/coct_loadshedding/const.py b/custom_components/coct_loadshedding/const.py index 37806ed..cc754ec 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.6" +VERSION = "1.0.7" 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 e75d93c..f40100e 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.6", + "version": "1.0.7", "documentation": "https://github.com/tinuva/ha-coct-loadshedding", "issue_tracker": "https://github.com/tinuva/ha-coct-loadshedding/issues", "dependencies": [],