diff --git a/.github/ISSUE_TEMPLATE/issue.yaml b/.github/ISSUE_TEMPLATE/issue.yaml index 0f2aee2..85dc466 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: "1.7.1" + placeholder: "1.7.0" description: > Can be found in the Configuration panel -> Integrations -> KNMI diff --git a/custom_components/knmi/manifest.json b/custom_components/knmi/manifest.json index b507ae7..238f5d3 100644 --- a/custom_components/knmi/manifest.json +++ b/custom_components/knmi/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://github.com/golles/ha-knmi/blob/main/README.md", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/golles/ha-knmi/issues", - "version": "1.7.1" + "version": "1.7.0" }