Skip to content

Commit b09283e

Browse files
committed
Fix: TypeError when using async_response with a sync function
1 parent f775c5d commit b09283e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

custom_components/mass_queue/websocket_commands.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
vol.Required("entity_id"): str,
2626
},
2727
)
28-
@websocket_api.async_response
2928
def api_get_entity_info(
3029
hass: HomeAssistant,
3130
connection: websocket_api.ActiveConnection,

0 commit comments

Comments
 (0)