Skip to content

Commit

Permalink
add custom component to workflow
Browse files Browse the repository at this point in the history
- Add Bambu Lab custom component to fix error in workflow
  • Loading branch information
zanix committed May 1, 2024
1 parent 8b3580d commit 00c277e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/home-assistant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
git clone https://github.com/J3n50m4t/Home-Assistant-DreamScreen-Service.git
mv -v Home-Assistant-DreamScreen-Service/custom_components/* ./custom_components
- name: 📥 Clone custom component (Bambu Lab)
run: |
git clone https://github.com/greghesp/ha-bambulab.git
mv -v ha-bambulab/custom_components/* ./custom_components
# yamllint enable rule:line-length

- name: 🚀 Run Home Assistant Configuration Check
Expand Down

0 comments on commit 00c277e

Please sign in to comment.