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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user