-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'esphome:current' into current
- Loading branch information
Showing
248 changed files
with
5,272 additions
and
559 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
outputs: | ||
name: ${{ steps.get_component.outputs.name }} | ||
name_lower: ${{ steps.get_component.outputs.name_lower }} | ||
comment_id: ${{ steps.create-comment.outputs.result }} | ||
steps: | ||
- name: Comment | ||
|
@@ -35,6 +36,7 @@ jobs: | |
comment="${{ github.event.comment.body }}" | ||
component=$(echo $comment | sed -n 's/^@esphomebot generate image //p') | ||
echo "name=$component" >> $GITHUB_OUTPUT | ||
echo "name_lower=${component,,}" >> $GITHUB_OUTPUT | ||
generate: | ||
name: Generate | ||
|
@@ -48,11 +50,11 @@ jobs: | |
component: ${{ needs.prepare.outputs.name }} | ||
|
||
- name: Upload | ||
uses: actions/upload-artifact@v4.3.4 | ||
uses: actions/upload-artifact@v4.4.3 | ||
id: upload-artifact | ||
with: | ||
name: ${{ needs.prepare.outputs.name }} | ||
path: ${{ needs.prepare.outputs.name }}.svg | ||
path: ${{ needs.prepare.outputs.name_lower }}.svg | ||
|
||
- name: Update Comment | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
|
||
permissions: | ||
contents: read | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ||
cancel-in-progress: true | ||
|
@@ -23,11 +23,11 @@ jobs: | |
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: cloudcannon/pagefind | ||
- uses: actions/checkout@v4.1.7 | ||
- name: Set up Python 3.8 | ||
- uses: actions/checkout@v4.2.2 | ||
- name: Set up Python 3.12 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.8 | ||
python-version: 3.12 | ||
- name: Install dependencies | ||
run: pip install -r requirements.txt -r requirements_test.txt | ||
- name: Register problem matchers | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1 +1 @@ | ||
2024.9.0-dev | ||
2024.10.2 |
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.