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

Add websocket type hints in entity_registry (#80657)

* Add websocket type hints in entity_registry

* Adjust websocket_list_entities

* Fix update

* Fix websocket_update_entity

* Apply suggestion

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Apply suggestion

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
epenet
2022-10-20 12:20:39 +02:00
committed by GitHub
parent cce4485fb7
commit b23a66d776
2 changed files with 29 additions and 10 deletions

View File

@@ -345,7 +345,7 @@ async def test_update_entity(hass, client):
"platform": "test_platform",
"unique_id": "1234",
},
"reload_delay": 30,
"require_restart": True,
}
# UPDATE ENTITY OPTION