added config flow test and workflow for tests

This commit is contained in:
tomaae 2020-04-14 20:57:34 +02:00
parent f17fefb5d8
commit 1dd4f52524
10 changed files with 1706 additions and 5 deletions

View file

@ -70,6 +70,8 @@ def get_integration_commits(github, skip=True):
continue
if " workflow" in msg:
continue
if " test" in msg:
continue
if "docs" in msg:
continue
if "dev debug" in msg: