Change value of device_automation constant (#64296)

* Change value of constant CONF_CHANGED_STATES

* Adjust tests
This commit is contained in:
Erik Montnemery 2022-01-17 16:34:40 +01:00 committed by GitHub
parent ab73d7c347
commit 513d6cc467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 20 additions and 20 deletions

View file

@ -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",
},