We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526ff12 commit 84b5a07Copy full SHA for 84b5a07
.github/workflows/dev-local-validate.yml
@@ -36,15 +36,5 @@ jobs:
36
run: |
37
mv custom_components/rinnaicontrolr-ha custom_components/rinnai
38
39
- - name: Set up Python
40
- uses: actions/setup-python@v5
41
- with:
42
- python-version: "3.12"
43
-
44
- - name: Install Home Assistant
45
- run: |
46
- pip install homeassistant
47
48
- name: Run Hassfest
49
50
- python -m script.hassfest --integration-path custom_components/rinnai
+ uses: home-assistant/actions/hassfest@master
0 commit comments