fix tests

This commit is contained in:
Teemu Rytilahti 2024-12-05 17:30:59 +01:00
parent 06dbc7d7ce
commit bd30f4bb1f

View File

@ -151,6 +151,14 @@ class FakeSmartTransport(BaseTransport):
"energy_monitoring",
{"igain": 10861, "vgain": 118657},
),
"get_protection_power": (
"power_protection",
{"enabled": False, "protection_power": 0},
),
"get_max_power": (
"power_protection",
{"max_power": 3904},
),
}
async def send(self, request: str):