Skip to content

Commit

Permalink
Merge pull request #33 from galletn/galletn-patch-4
Browse files Browse the repository at this point in the history
add support for i2d_robot device type
  • Loading branch information
galletn authored Aug 24, 2024
2 parents c630e0c + deee6c2 commit 0512b91
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 135 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Validate

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
2 changes: 1 addition & 1 deletion custom_components/iaqualink_robots/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/galletn/iaqualink/issues/",
"requirements": [],
"version": "v0.3.1"
"version": "1.4.0"
}

Loading

0 comments on commit 0512b91

Please sign in to comment.