1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Fix translation, adjust trigger names (#26635)

This commit is contained in:
Erik Montnemery
2019-09-17 21:55:01 +02:00
committed by GitHub
parent 10572a62b1
commit 504b8c7685
7 changed files with 24 additions and 20 deletions

View File

@@ -133,14 +133,14 @@ async def test_websocket_get_triggers(hass, hass_ws_client, device_reg, entity_r
{
"platform": "device",
"domain": "light",
"type": "turn_off",
"type": "turned_off",
"device_id": device_entry.id,
"entity_id": "light.test_5678",
},
{
"platform": "device",
"domain": "light",
"type": "turn_on",
"type": "turned_on",
"device_id": device_entry.id,
"entity_id": "light.test_5678",
},