Tim
ddee11f741
Revert "Merge branch 'add-string/integer-and-preset' into master"
...
This reverts commit a6ef6a4b7f
, reversing
changes made to b748f0425c
.
2021-12-22 23:05:33 +10:30
Tim
a6ef6a4b7f
Merge branch 'add-string/integer-and-preset' into master
2021-12-22 22:52:42 +10:30
Tim
445b62efd8
tox.yaml
2021-11-11 22:11:34 +10:30
Tim
e979a4b5cd
update dev checker tools
2021-11-11 22:02:36 +10:30
Tim
8d5da3d73f
remove dev tool changes fro branch
2021-11-11 21:34:00 +10:30
Tim
c30c68dbf5
tox
2021-11-11 13:09:01 +10:30
Tim
77f9159004
workflow_dispatch
2021-11-11 11:54:26 +10:30
ultratoto14
934a0f47a2
FIrst try to add issue template ( #264 )
...
* Try to issue template
* Adding default bug label.
Co-authored-by: Pierre Ståhl <pierre.staahl@gmail.com >
2021-04-01 18:43:08 +02:00
Kendell R
c1878f82e2
Improve GitHub Actions ( #97 )
...
* Delete hassfest.yaml
* Update and rename ci.yaml to tox.yaml
* Create combined.yaml
* Update hacs.json
* Update README.md
* Update combined.yaml
* Remove unused import
* Restored wrongly deleted line in cover.py
* Update config_flow.py
* Update __init__.py
Co-authored-by: Pierre Ståhl <pierre.staahl@gmail.com >
Co-authored-by: rospogrigio <49229287+rospogrigio@users.noreply.github.com >
2020-10-22 11:43:47 +02:00
Pierre Ståhl
ec7652b193
Remove pull_request_target from ci workflow
2020-09-22 12:41:03 +02:00
Pierre Ståhl
30392d3ac5
Initial step to have continuous integration
...
This commit introduces the use of tox, which currently only verifies
that code is formatted according to the black project. More checks will
come in upcoming PRs for codespell, pydocstyle, flake8 and mypy.
A GitHub actions is included that runs tox on new pull requests, so we
get automatic feedback and can block commits that fail any check.
Another (official) action that runs hassfest is included as well, to
make sure we are compatible with Home Assistant.
2020-09-22 12:29:05 +02:00