mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Add alert volume setting to water leak sensor
This commit is contained in:
@@ -16,6 +16,7 @@ waterleak = parametrize(
|
||||
[
|
||||
("water_alert", "alert", int),
|
||||
("water_leak", "status", Enum),
|
||||
("water_alert_volume", "alert_volume", str),
|
||||
],
|
||||
)
|
||||
async def test_waterleak_properties(dev, feature, prop_name, type):
|
||||
|
Reference in New Issue
Block a user