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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",
},