mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Use real devices in arcam_fmj device trigger tests (#102677)
This commit is contained in:
parent
508cffd1b5
commit
f733f20834
@ -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…
x
Reference in New Issue
Block a user