diff --git a/.github/ISSUE_TEMPLATE/issue.yaml b/.github/ISSUE_TEMPLATE/issue.yaml index 136821d..70b4c5b 100644 --- a/.github/ISSUE_TEMPLATE/issue.yaml +++ b/.github/ISSUE_TEMPLATE/issue.yaml @@ -33,7 +33,7 @@ body: required: true attributes: label: Integration version - placeholder: "2.6.1" + placeholder: "2.6.2" description: > Can be found in the Configuration panel -> Integrations -> Kamstrup 403 diff --git a/custom_components/kamstrup_403/const.py b/custom_components/kamstrup_403/const.py index f6cf5d4..4a8ce3f 100644 --- a/custom_components/kamstrup_403/const.py +++ b/custom_components/kamstrup_403/const.py @@ -5,7 +5,7 @@ # Base component constants NAME: Final = "Kamstrup 403" DOMAIN: Final = "kamstrup_403" -VERSION: Final = "2.6.1" +VERSION: Final = "2.6.2" MODEL: Final = "403" MANUFACTURER: Final = "Kamstrup" ATTRIBUTION: Final = "Data provided by Kamstrup 403 meter" diff --git a/custom_components/kamstrup_403/manifest.json b/custom_components/kamstrup_403/manifest.json index 6df4ac2..d9890f1 100644 --- a/custom_components/kamstrup_403/manifest.json +++ b/custom_components/kamstrup_403/manifest.json @@ -7,5 +7,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/golles/ha-kamstrup_403/issues", "requirements": ["pyserial==3.5"], - "version": "2.6.1" + "version": "2.6.2" }