Use real devices in arcam_fmj device trigger tests (#102677)
This commit is contained in:
parent
508cffd1b5
commit
f733f20834
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ async def test_if_fires_on_turn_on_request(
|
|||
"trigger": {
|
||||
"platform": "device",
|
||||
"domain": DOMAIN,
|
||||
"device_id": "",
|
||||
"device_id": entry.device_id,
|
||||
"entity_id": entry.id,
|
||||
"type": "turn_on",
|
||||
},
|
||||
|
@ -128,7 +128,7 @@ async def test_if_fires_on_turn_on_request_legacy(
|
|||
"trigger": {
|
||||
"platform": "device",
|
||||
"domain": DOMAIN,
|
||||
"device_id": "",
|
||||
"device_id": entry.device_id,
|
||||
"entity_id": entry.entity_id,
|
||||
"type": "turn_on",
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue