Skip to content

Commit

Permalink
bump pyoverkiz to 1.8.0 (#848)
Browse files Browse the repository at this point in the history
* bump pyoverkiz to 1.8.0

version 1.5.6 doesn't log to cozytouch anymore.

* Alphabetic order in manifest.json

* Update linters.yml
  • Loading branch information
vlebourl committed Jun 20, 2023
1 parent 8d57ea7 commit a26ad39
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0
- uses: actions/checkout@v3.5.3
- uses: actions/setup-python@v3.1.4
- uses: pre-commit/action@v3.0.0
24 changes: 12 additions & 12 deletions custom_components/tahoma/manifest.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"domain": "tahoma",
"name": "Overkiz (by Somfy) - Custom component",
"iot_class": "cloud_polling",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tahoma",
"requirements": [
"pyoverkiz==1.5.6"
],
"codeowners": [
"@imicknl",
"@vlebourl",
"@tetienne"
],
"issue_tracker": "https://github.com/imicknl/ha-tahoma/issues",
"version": "2.15.0",
"zeroconf": [
"_kizbox._tcp.local."
],
"config_flow": true,
"dhcp": [
{
"hostname": "gateway*",
"macaddress": "F8811A*"
}
]
],
"documentation": "https://www.home-assistant.io/integrations/tahoma",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/imicknl/ha-tahoma/issues",
"requirements": [
"pyoverkiz==1.8.0"
],
"version": "2.15.0",
"zeroconf": [
"_kizbox._tcp.local."
]
}

0 comments on commit a26ad39

Please sign in to comment.