forked from home-assistant/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'home-assistant:dev' into dev
- Loading branch information
Showing
769 changed files
with
19,122 additions
and
16,342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
- published | ||
|
||
env: | ||
PYTHON_VERSION: "3.12" | ||
PYTHON_VERSION: "3.13" | ||
NODE_OPTIONS: --max_old_space_size=6144 | ||
|
||
# Set default workflow permissions | ||
|
@@ -55,7 +55,7 @@ jobs: | |
script/release | ||
- name: Upload release assets | ||
uses: softprops/action-gh-release@v2.1.0 | ||
uses: softprops/action-gh-release@v2.2.1 | ||
with: | ||
files: | | ||
dist/*.whl | ||
|
@@ -76,7 +76,7 @@ jobs: | |
- name: Build wheels | ||
uses: home-assistant/[email protected] | ||
with: | ||
abi: cp312 | ||
abi: cp313 | ||
tag: musllinux_1_2 | ||
arch: amd64 | ||
wheels-key: ${{ secrets.WHEELS_KEY }} | ||
|
@@ -107,7 +107,7 @@ jobs: | |
- name: Tar folder | ||
run: tar -czf landing-page/home_assistant_frontend_landingpage-${{ github.event.release.tag_name }}.tar.gz -C landing-page/dist . | ||
- name: Upload release asset | ||
uses: softprops/action-gh-release@v2.1.0 | ||
uses: softprops/action-gh-release@v2.2.1 | ||
with: | ||
files: landing-page/home_assistant_frontend_landingpage-${{ github.event.release.tag_name }}.tar.gz | ||
|
||
|
@@ -136,6 +136,6 @@ jobs: | |
- name: Tar folder | ||
run: tar -czf hassio/home_assistant_frontend_supervisor-${{ github.event.release.tag_name }}.tar.gz -C hassio/build . | ||
- name: Upload release asset | ||
uses: softprops/action-gh-release@v2.1.0 | ||
uses: softprops/action-gh-release@v2.2.1 | ||
with: | ||
files: hassio/home_assistant_frontend_supervisor-${{ github.event.release.tag_name }}.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import "./app.js"; | ||
import "./cast.js"; | ||
import "./clean.js"; | ||
import "./compress.js"; | ||
import "./demo.js"; | ||
import "./download-translations.js"; | ||
import "./entry-html.js"; | ||
import "./fetch-nightly-translations.js"; | ||
import "./gallery.js"; | ||
import "./gather-static.js"; | ||
import "./gen-icons-json.js"; | ||
import "./hassio.js"; | ||
import "./landing-page.js"; | ||
import "./locale-data.js"; | ||
import "./rspack.js"; | ||
import "./service-worker.js"; | ||
import "./translations.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.