mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-11-05 15:11:55 +00:00
Add support for KS205 and KS225 wall switches (#594)
* KS205 Fixture * KS225 Fixture * Added Smart.KasaSwitch device type * Added KS225 to test * Added variable color temp check * Added supported devices to readme * Removed parenthesis * Updated fixtures * Fixed for ruff
This commit is contained in:
@@ -171,7 +171,7 @@ async def test_non_variable_temp(dev: SmartBulb):
|
||||
await dev.set_color_temp(2700)
|
||||
|
||||
with pytest.raises(SmartDeviceException):
|
||||
dev.valid_temperature_range()
|
||||
print(dev.valid_temperature_range)
|
||||
|
||||
with pytest.raises(SmartDeviceException):
|
||||
print(dev.color_temp)
|
||||
|
||||
Reference in New Issue
Block a user