Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Dec 1, 2024
1 parent 250c044 commit d01dbfd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reset_to_ha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
cd ${{ github.workspace }}/custom_components/bmw_connected_drive
sed -i "$(($(wc -l < manifest.json) - 1))i\\ \"version\": \"${{ env.HA_VERSION }}\",\\" manifest.json
- name: Change name in manifest
run: |
cd ${{ github.workspace }}/custom_components/bmw_connected_drive
sed -i 's/"name": "\(.*\)"/"name": "\1 BETA"/' manifest.json
- name: Create PR with new changes
uses: peter-evans/create-pull-request@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions custom_components/bmw_connected_drive/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"domain": "bmw_connected_drive",
"name": "BMW Connected Drive",
"name": "BMW Connected Drive BETA",
"codeowners": ["@gerard33", "@rikroe"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/bmw_connected_drive",
"iot_class": "cloud_polling",
"loggers": ["bimmer_connected"],
"version": "2024.12.0b3",
"requirements": ["bimmer-connected[china]==0.17.0"]
"version": "20241201.1",
"requirements": ["bimmer-connected[china]==0.17.2"]
}

0 comments on commit d01dbfd

Please sign in to comment.