Try to fix login issues #11

This commit is contained in:
Andre Basche 2023-04-10 20:35:22 +02:00
parent 6303843116
commit 4a685e67e0
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: Python check
on:
push:
branches: [ "main", "refactor" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]

View file

@ -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"
}