Skip to content

Commit a26ad39

Browse files
authored
bump pyoverkiz to 1.8.0 (#848)
* bump pyoverkiz to 1.8.0 version 1.5.6 doesn't log to cozytouch anymore. * Alphabetic order in manifest.json * Update linters.yml
1 parent 8d57ea7 commit a26ad39

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/linters.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
lint:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-python@v2
12-
- uses: pre-commit/action@v2.0.0
10+
- uses: actions/checkout@v3.5.3
11+
- uses: actions/setup-python@v3.1.4
12+
- uses: pre-commit/action@v3.0.0
+12-12
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"domain": "tahoma",
33
"name": "Overkiz (by Somfy) - Custom component",
4-
"iot_class": "cloud_polling",
5-
"config_flow": true,
6-
"documentation": "https://www.home-assistant.io/integrations/tahoma",
7-
"requirements": [
8-
"pyoverkiz==1.5.6"
9-
],
104
"codeowners": [
115
"@imicknl",
126
"@vlebourl",
137
"@tetienne"
148
],
15-
"issue_tracker": "https://github.com/imicknl/ha-tahoma/issues",
16-
"version": "2.15.0",
17-
"zeroconf": [
18-
"_kizbox._tcp.local."
19-
],
9+
"config_flow": true,
2010
"dhcp": [
2111
{
2212
"hostname": "gateway*",
2313
"macaddress": "F8811A*"
2414
}
25-
]
15+
],
16+
"documentation": "https://www.home-assistant.io/integrations/tahoma",
17+
"iot_class": "cloud_polling",
18+
"issue_tracker": "https://github.com/imicknl/ha-tahoma/issues",
19+
"requirements": [
20+
"pyoverkiz==1.8.0"
21+
],
22+
"version": "2.15.0",
23+
"zeroconf": [
24+
"_kizbox._tcp.local."
25+
]
2626
}

0 commit comments

Comments
 (0)