Skip to content

Commit

Permalink
Merge branch 'master' into v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tggm authored Jan 10, 2025
2 parents f661c52 + 8983064 commit 3dbfe4c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Validate

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

jobs:
validate-hassfest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Hassfest validation
uses: home-assistant/actions/hassfest@master

validate-hacs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: HACS validation
uses: hacs/action@main
with:
category: integration
4 changes: 2 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

- Adds missing oval towel support. (#15)

## v2.0.0-1

=======
## v2.0.1
- Added missing version.

## v2.0.0
Expand Down
1 change: 1 addition & 0 deletions custom_components/rointe/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/rointe",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/tggm/rointe-hacs/issues",
"quality_scale": "internal",
"requirements": ["rointe-sdk==1.5.1"],
"version": "2.1.0"
Expand Down

0 comments on commit 3dbfe4c

Please sign in to comment.