File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 34
34
)
35
35
from tests .conftest import CombinedGateways
36
36
from zha .application import Platform
37
- from zha .application .gateway import Gateway
38
37
from zha .application .platforms import EntityCategory , PlatformEntity
39
38
from zha .application .platforms .button import (
40
39
Button ,
@@ -236,7 +235,7 @@ class ServerCommandDefs(zcl_f.BaseCommandDefs):
236
235
["zha_gateway" , "ws_gateway" ],
237
236
)
238
237
async def test_quirks_command_button (
239
- zha_gateways : Gateway ,
238
+ zha_gateways : CombinedGateways ,
240
239
gateway_type : str ,
241
240
) -> None :
242
241
"""Test ZHA button platform."""
@@ -287,7 +286,7 @@ async def test_quirks_command_button(
287
286
],
288
287
)
289
288
async def test_quirks_write_attr_button (
290
- zha_gateways : Gateway ,
289
+ zha_gateways : CombinedGateways ,
291
290
gateway_type : str ,
292
291
entity_type : type ,
293
292
) -> None :
You can’t perform that action at this time.
0 commit comments