Add support for tapo wall switches (S500D) (#704)

* Add support for the S500D

* tweak

* Update README.md
This commit is contained in:
J. Nick Koston
2024-01-24 21:54:56 -10:00
committed by GitHub
parent fa94548723
commit cba073ebde
5 changed files with 331 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ def get_device_class_from_family(device_type: str) -> Optional[Type[SmartDevice]
supported_device_types: Dict[str, Type[SmartDevice]] = {
"SMART.TAPOPLUG": TapoPlug,
"SMART.TAPOBULB": TapoBulb,
"SMART.TAPOSWITCH": TapoBulb,
"SMART.KASAPLUG": TapoPlug,
"SMART.KASASWITCH": TapoBulb,
"IOT.SMARTPLUGSWITCH": SmartPlug,