Skip to content

Commit

Permalink
revert lint
Browse files Browse the repository at this point in the history
  • Loading branch information
flip555 committed Sep 19, 2023
1 parent 034781c commit f66f765
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-next-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v4.6.1
with:
python-version: "3.80"
python-version: "3.10"
cache: "pip"

- name: "Install requirements"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v4.6.1
with:
python-version: "3.80"
python-version: "3.10"
cache: "pip"

- name: "Install requirements"
Expand Down
4 changes: 3 additions & 1 deletion custom_components/bms_connector/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"domain": "bms_connector",
"name": "BMS Connector",
"documentation": "https://github.com/flip555/bms_connector",
"codeowners": ["@flip555"],
"codeowners": [
"@flip555"
],
"version": "1.0.0",
"config_flow": true,
"iot_class": "local_polling",
Expand Down

0 comments on commit f66f765

Please sign in to comment.