mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix CI failure on arcam tests (#35641)
This commit is contained in:
parent
9adc48c0b0
commit
047f3d6061
@ -49,7 +49,7 @@ async def test_get_triggers(hass, device_reg, entity_reg):
|
|||||||
"domain": DOMAIN,
|
"domain": DOMAIN,
|
||||||
"type": "turn_on",
|
"type": "turn_on",
|
||||||
"device_id": device_entry.id,
|
"device_id": device_entry.id,
|
||||||
"entity_id": f"media_player.arcam_fmj_5678",
|
"entity_id": "media_player.arcam_fmj_5678",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
triggers = await async_get_device_automations(hass, "trigger", device_entry.id)
|
triggers = await async_get_device_automations(hass, "trigger", device_entry.id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user