diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml new file mode 100644 index 0000000..360ee3c --- /dev/null +++ b/.github/workflows/workflow.yml @@ -0,0 +1,14 @@ +name: workflow.yml +on: + push: + pull_request: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: hacs/action@main + with: + category: integration + ignore: "brands" diff --git a/custom_components/touchline/manifest.json b/custom_components/touchline/manifest.json index 370a7d4..dc6b6ba 100644 --- a/custom_components/touchline/manifest.json +++ b/custom_components/touchline/manifest.json @@ -1,7 +1,7 @@ { "domain": "touchline", "name": "Roth Touchline", - "version": "0.1.1", + "version": "0.1.2", "integration_type": "hub", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/touchline", @@ -10,6 +10,7 @@ ], "codeowners": [], "iot_class": "local_polling", + "issue_tracker": "https://github.com/hackmann/hass-touchline/issues", "loggers": [ "pytouchline" ] diff --git a/hacs.json b/hacs.json index 576c071..f70515e 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,5 @@ { "name": "Roth Touchline", "homeassistant": "2025.2.0", - "iot_class": "local_polling", "render_readme": true }