Skip to content

Commit

Permalink
Merge pull request #185 from huizebruin/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
huizebruin authored Jun 28, 2024
2 parents 7c699d6 + 661a4db commit d8d3cba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
tag-template: "$RESOLVED_VERSION"
change-template: "- #$NUMBER $TITLE @$AUTHOR"
sort-direction: ascending

Expand Down Expand Up @@ -60,4 +60,4 @@ template: |
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
mkdir output
mv ${{ steps.esphome-build.outputs.name }} output/
jq -s '{"name": "${{ matrix.firmware.name }}", "version": "v3.6.1", "home_assistant_domain": "esphome", "new_install_prompt_erase": false, "builds":.}' output/${{ steps.esphome-build.outputs.name }}/manifest.json > output/${{ matrix.firmware.manifest_filename }}
jq -s '{"name": "${{ matrix.firmware.name }}", "version": "3.6.1", "home_assistant_domain": "esphome", "new_install_prompt_erase": false, "builds":.}' output/${{ steps.esphome-build.outputs.name }}/manifest.json > output/${{ matrix.firmware.manifest_filename }}
- name: Upload artifact
uses: actions/upload-artifact@v4.3.3
Expand Down
6 changes: 3 additions & 3 deletions esphome/components/basis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Source File: https://github.com/huizebruin/s0tool/tree/main/esphome
# © https://huizebruin.nl & https://s0tool.nl
substitutions:
device_description: ${name} made by s0tool.nl project version ${vdate}.
vdate: "v3.6.1" # From 23-06-2024 new version
device_description: ${name} made by s0tool.nl project version ${project_version}.
project_version: "3.6.1" # From 23-06-2024 new version
date: "24-06-2024"

preferences:
Expand Down Expand Up @@ -78,7 +78,7 @@ text_sensor:
update_interval: 6h
entity_category: diagnostic
lambda: |-
return {"${vdate}"};
return {"${project_version}"};
- platform: wifi_info
ip_address:
Expand Down

0 comments on commit d8d3cba

Please sign in to comment.