Skip to content

Commit

Permalink
chore: repo cleanup (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 authored Mar 9, 2023
1 parent 65a9291 commit 05ab2c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "Set version numbmer"
run: |
sed -i '/VERSION = /c\VERSION = "${{ steps.get_version.outputs.VERSION }}"' ${{ github.workspace }}/custom_components/openevse/const.py
sed -i '/version/c\ \"version\": \"${{ steps.get_version.outputs.VERSION }}\"' ${{ github.workspace }}/custom_components/openevse/manifest.json
sed -i '/version/c\ \"version\": \"${{ steps.get_version.outputs.VERSION }}\",' ${{ github.workspace }}/custom_components/openevse/manifest.json
# Pack the openevse dir as a zip and upload to the release
- name: Create Zip File
run: |
Expand Down
2 changes: 1 addition & 1 deletion custom_components/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""Placeholder for tests."""
"""Placeholder for tests."""
2 changes: 1 addition & 1 deletion custom_components/openevse/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
key="divert_active",
toggle_command="divert_mode",
device_class=SwitchDeviceClass.SWITCH,
),
),
}

# Name, options, command, entity category
Expand Down
2 changes: 1 addition & 1 deletion custom_components/openevse/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"issue_tracker": "https://github.com/firstof9/openevse/issues",
"requirements": ["python-openevse-http==0.1.43"],
"version": "0.0.0-dev",
"zeroconf": ["_openevse._tcp.local."]
"zeroconf": ["_openevse._tcp.local."]
}

0 comments on commit 05ab2c2

Please sign in to comment.