mirror of
https://github.com/python-kasa/python-kasa.git
synced 2026-07-08 14:52:03 +00:00
tests: fix typos, child device subtype, CLI patch path, and deprecation test logic (#1677)
This commit is contained in:
@@ -24,6 +24,7 @@ class SmartChildDevice(SmartDevice):
|
||||
|
||||
CHILD_DEVICE_TYPE_MAP = {
|
||||
"plug.powerstrip.sub-plug": DeviceType.Plug,
|
||||
"plug.powerstrip.sub-bulb": DeviceType.Bulb,
|
||||
"subg.plugswitch.switch": DeviceType.WallSwitch,
|
||||
"subg.trigger.contact-sensor": DeviceType.Sensor,
|
||||
"subg.trigger.temp-hmdt-sensor": DeviceType.Sensor,
|
||||
|
||||
Reference in New Issue
Block a user