From 4a685e67e08b1720510611c2c7d2d9efd7c92cd9 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Mon, 10 Apr 2023 20:35:22 +0200 Subject: [PATCH] Try to fix login issues #11 --- .github/workflows/python_check.yml | 2 +- custom_components/hon/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }