Add child devices from hubs to generated list of supported devices (#898)

Updates generate_supported hook to include child devices of hubs in the list of supported devices.
This commit is contained in:
Steven B
2024-05-07 07:48:47 +01:00
committed by GitHub
parent c5d65b624b
commit f063c83378
4 changed files with 53 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ The following devices have been tested and confirmed as working. If your device
<!--SUPPORTED_START-->
## Kasa devices
Some newer Kasa devices require authentication. These are marked with <sup>*</sup> in the list below.
Some newer Kasa devices require authentication. These are marked with <sup>*</sup> in the list below.<br>Hub-Connected Devices may work across TAPO/KASA branded hubs even if they don't work across the native apps.
### Plugs
@@ -134,10 +134,16 @@ Some newer Kasa devices require authentication. These are marked with <sup>*</su
- **KH100**
- Hardware: 1.0 (UK) / Firmware: 1.5.6<sup>\*</sup>
### Hub-Connected Devices
- **KE100**
- Hardware: 1.0 (EU) / Firmware: 2.8.0<sup>\*</sup>
- Hardware: 1.0 (UK) / Firmware: 2.8.0<sup>\*</sup>
## Tapo devices
All Tapo devices require authentication.
All Tapo devices require authentication.<br>Hub-Connected Devices may work across TAPO/KASA branded hubs even if they don't work across the native apps.
### Plugs
@@ -204,5 +210,14 @@ All Tapo devices require authentication.
- Hardware: 1.0 (EU) / Firmware: 1.2.3
- Hardware: 1.0 (EU) / Firmware: 1.5.5
### Hub-Connected Devices
- **T300**
- Hardware: 1.0 (EU) / Firmware: 1.7.0
- **T310**
- Hardware: 1.0 (EU) / Firmware: 1.5.0
- **T315**
- Hardware: 1.0 (EU) / Firmware: 1.7.0
<!--SUPPORTED_END-->