Fix CI failure on arcam tests (#35641)

This commit is contained in:
J. Nick Koston 2020-05-14 18:27:22 -05:00 committed by GitHub
parent 9adc48c0b0
commit 047f3d6061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ async def test_get_triggers(hass, device_reg, entity_reg):
"domain": DOMAIN,
"type": "turn_on",
"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)