mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Use real devices in arcam_fmj device trigger tests (#102677)
This commit is contained in:
@@ -82,7 +82,7 @@ async def test_if_fires_on_turn_on_request(
|
|||||||
"trigger": {
|
"trigger": {
|
||||||
"platform": "device",
|
"platform": "device",
|
||||||
"domain": DOMAIN,
|
"domain": DOMAIN,
|
||||||
"device_id": "",
|
"device_id": entry.device_id,
|
||||||
"entity_id": entry.id,
|
"entity_id": entry.id,
|
||||||
"type": "turn_on",
|
"type": "turn_on",
|
||||||
},
|
},
|
||||||
@@ -128,7 +128,7 @@ async def test_if_fires_on_turn_on_request_legacy(
|
|||||||
"trigger": {
|
"trigger": {
|
||||||
"platform": "device",
|
"platform": "device",
|
||||||
"domain": DOMAIN,
|
"domain": DOMAIN,
|
||||||
"device_id": "",
|
"device_id": entry.device_id,
|
||||||
"entity_id": entry.entity_id,
|
"entity_id": entry.entity_id,
|
||||||
"type": "turn_on",
|
"type": "turn_on",
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user