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

@@ -30,6 +30,7 @@ class DeviceFamilyType(Enum):
SmartKasaSwitch = "SMART.KASASWITCH"
SmartTapoPlug = "SMART.TAPOPLUG"
SmartTapoBulb = "SMART.TAPOBULB"
SmartTapoSwitch = "SMART.TAPOSWITCH"
def _dataclass_from_dict(klass, in_val):