mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
update
This commit is contained in:
parent
5a7ad6ec2e
commit
f6119e3c7f
@ -42,7 +42,7 @@ async def test_features(dev: SmartDevice, feature: str, prop_name: str, type: ty
|
||||
pytest.param({"volume": "low"}, {"alarm_volume": "low"}, id="volume"),
|
||||
pytest.param({"duration": 1}, {"alarm_duration": 1}, id="duration"),
|
||||
pytest.param(
|
||||
{"sound": "Alarm 1"}, {"alarm_type": "Doorbell Ring 1"}, id="sound"
|
||||
{"sound": "Doorbell Ring 1"}, {"alarm_type": "Doorbell Ring 1"}, id="sound"
|
||||
),
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user