mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-06 10:44:04 +00:00
Add colortemp feature for iot devices (#827)
Make color temperature feature available for iot bulbs.
This commit is contained in:
@@ -133,11 +133,6 @@ async def test_variable_temp_state_information(dev: Bulb):
|
||||
assert "Color temperature" in dev.state_information
|
||||
assert dev.state_information["Color temperature"] == dev.color_temp
|
||||
|
||||
assert "Valid temperature range" in dev.state_information
|
||||
assert (
|
||||
dev.state_information["Valid temperature range"] == dev.valid_temperature_range
|
||||
)
|
||||
|
||||
|
||||
@variable_temp
|
||||
@turn_on
|
||||
|
Reference in New Issue
Block a user