Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 2 additions & 1 deletion custom_components/touchline/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -10,6 +10,7 @@
],
"codeowners": [],
"iot_class": "local_polling",
"issue_tracker": "https://github.com/hackmann/hass-touchline/issues",
"loggers": [
"pytouchline"
]
Expand Down
1 change: 0 additions & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "Roth Touchline",
"homeassistant": "2025.2.0",
"iot_class": "local_polling",
"render_readme": true
}