Use real devices in arcam_fmj device trigger tests (#102677)

This commit is contained in:
Erik Montnemery 2023-10-24 20:39:16 +02:00 committed by GitHub
parent 508cffd1b5
commit f733f20834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
},