diff --git a/.github/workflows/python_check.yml b/.github/workflows/python_check.yml index ca30c17..c4b9fe5 100644 --- a/.github/workflows/python_check.yml +++ b/.github/workflows/python_check.yml @@ -2,7 +2,7 @@ name: Python check on: push: - branches: [ "main", "refactor" ] + branches: [ "main" ] pull_request: branches: [ "main" ] diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index 75966fb..8bf4a76 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://github.com/Andre0512/hon/", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", - "requirements": ["pyhOn==0.6.2"], - "version": "0.5.0-beta.3" + "requirements": ["pyhOn==0.6.3"], + "version": "0.5.0-beta.4" }