Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"write" command returning error message. #232

Closed
johngalt991 opened this issue Jun 11, 2024 · 3 comments
Closed

"write" command returning error message. #232

johngalt991 opened this issue Jun 11, 2024 · 3 comments

Comments

@johngalt991
Copy link

After updating to 2024.6, i am receiving an error message when trying to publish a messsage with "write" command.

LOG:

websocket_api script: Error executing script. Unexpected error for call_service at pos 1: async_get() takes 1 positional argument but 2 were given
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 526, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 763, in _async_call_service_step
response_data = await self._async_run_long_action(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 726, in _async_run_long_action
return await long_task
^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2741, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2784, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/zha_toolkit/init.py", line 725, in toolkit_service
ieee = await u.get_ieee(app, zha_gw, ieee_str)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/zha_toolkit/utils.py", line 286, in get_ieee
else get_hass(listener).helpers.entity_registry.async_get(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: async_get() takes 1 positional argument but 2 were given

@CordoWEB
Copy link

The Pull Request #231 seems to fix this issue.

@johngalt991
Copy link
Author

johngalt991 commented Jun 12, 2024

That worked. Thank you very much! @CordoWEB

@mdeweerd
Copy link
Owner

#231 Has been integrated in the release so this should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants