Change value of device_automation constant (#64296)
* Change value of constant CONF_CHANGED_STATES * Adjust tests
This commit is contained in:
parent
ab73d7c347
commit
513d6cc467
14 changed files with 20 additions and 20 deletions
|
@ -143,7 +143,7 @@ async def test_websocket_get_triggers(hass, hass_ws_client, device_reg, entity_r
|
|||
{
|
||||
"platform": "device",
|
||||
"domain": "light",
|
||||
"type": "toggled",
|
||||
"type": "changed_states",
|
||||
"device_id": device_entry.id,
|
||||
"entity_id": "light.test_5678",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue