homebridge-kasa-python 2.6.0 → 2.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -223,7 +223,7 @@ Automatic Discovery is possible only for some devices, some newer devices requir
|
|
|
223
223
|
<td align="center" style="border: 1px solid black; padding: 8px;">1.0.4</td>
|
|
224
224
|
</tr>
|
|
225
225
|
<tr>
|
|
226
|
-
<td align="center" rowspan="
|
|
226
|
+
<td align="center" rowspan="28" style="border: 1px solid black; padding: 8px;">Wall Switches</td>
|
|
227
227
|
<td align="center" rowspan="2" style="border: 1px solid black; padding: 8px;">ES20M</td>
|
|
228
228
|
<td align="center" rowspan="2" style="border: 1px solid black; padding: 8px;">1.0 (US)</td>
|
|
229
229
|
<td align="center" style="border: 1px solid black; padding: 8px;">1.0.8</td>
|
|
@@ -232,7 +232,7 @@ Automatic Discovery is possible only for some devices, some newer devices requir
|
|
|
232
232
|
<td align="center" style="border: 1px solid black; padding: 8px;">1.0.11</td>
|
|
233
233
|
</tr>
|
|
234
234
|
<tr>
|
|
235
|
-
<td align="center" rowspan="
|
|
235
|
+
<td align="center" rowspan="5" style="border: 1px solid black; padding: 8px;">HS200</td>
|
|
236
236
|
<td align="center" style="border: 1px solid black; padding: 8px;">2.0 (US)</td>
|
|
237
237
|
<td align="center" style="border: 1px solid black; padding: 8px;">1.5.7</td>
|
|
238
238
|
</tr>
|
|
@@ -247,6 +247,10 @@ Automatic Discovery is possible only for some devices, some newer devices requir
|
|
|
247
247
|
<tr>
|
|
248
248
|
<td align="center" style="border: 1px solid black; padding: 8px;">1.0.11</td>
|
|
249
249
|
</tr>
|
|
250
|
+
<tr>
|
|
251
|
+
<td align="center" style="border: 1px solid black; padding: 8px;">5.26 (US)</td>
|
|
252
|
+
<td align="center" style="border: 1px solid black; padding: 8px;">1.0.3</td>
|
|
253
|
+
</tr>
|
|
250
254
|
<tr>
|
|
251
255
|
<td align="center" rowspan="2" style="border: 1px solid black; padding: 8px;">HS210</td>
|
|
252
256
|
<td align="center" style="border: 1px solid black; padding: 8px;">1.0 (US)</td>
|
|
@@ -460,4 +464,4 @@ Automatic Discovery is possible only for some devices, some newer devices requir
|
|
|
460
464
|
</div>
|
|
461
465
|
|
|
462
466
|
### Credits
|
|
463
|
-
- Huge thanks to
|
|
467
|
+
- Huge thanks to rytilahti and all the developers at python-kasa for the [Python-Kasa API](https://github.com/python-kasa/python-kasa), plasticrake for the [Unofficial API documentation](https://github.com/plasticrake/tplink-smarthome-api), and maxileith for [Excellent Python Implementation](https://github.com/maxileith/homebridge-appletv-enhanced).
|
package/package.json
CHANGED