Try to fix login issues #11
This commit is contained in:
parent
6303843116
commit
4a685e67e0
2 changed files with 3 additions and 3 deletions
2
.github/workflows/python_check.yml
vendored
2
.github/workflows/python_check.yml
vendored
|
@ -2,7 +2,7 @@ name: Python check
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "refactor" ]
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue