Skip to content

Commit

Permalink
Tweaks for github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
eseglem committed Jun 13, 2023
1 parent b34f248 commit 64a37bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ indent_size = 4
[*.py]
charset = utf-8

[*.{json,yaml}]
[*.{json,yaml,yml}]
indent_size = 2

[Makefile]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: "pip"

- name: "Install requirements"
run: python3 -m pip install -r requirements.txt
run: python3 -m pip install ruff

- name: "Run"
run: python3 -m ruff check .
12 changes: 8 additions & 4 deletions custom_components/wattbox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
"domain": "wattbox",
"name": "WattBox",
"version": "0.8.0",
"issue_tracker": "https://github.com/eseglem/hass-wattbox/issues",
"integration_type": "device",
"documentation": "https://github.com/eseglem/hass-wattbox",
"issue_tracker": "https://github.com/eseglem/hass-wattbox/issues",
"dependencies": [],
"iot_class": "local_push",
"codeowners": [
"@eseglem"
],
"requirements": [
"pywattbox[http,ip] @ git+https://github.com/eseglem/pywattbox@develop"
]
"pywattbox[http,ip]@git+https://github.com/eseglem/pywattbox@develop#pywattbox==0.6.0"
],
"loggers": [
"pywattbox"
],
"iot_class": "local_polling"
}

0 comments on commit 64a37bb

Please sign in to comment.