I try to send a packet with: send_packet to my itho fan. (just to try)
But i get the error:
websocket_api script: Error executing script. Unexpected error for call_service at pos 1: 'Gateway' object has no attribute 'make_cmd'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 381, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 584, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1495, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1530, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 786, in check_permissions
return await service_handler(call)
File "/config/custom_components/evohome_cc/__init__.py", line 174, in svc_send_packet
broker.client.send_cmd(broker.client.make_cmd(**call.data))
AttributeError: 'Gateway' object has no attribute 'make_cmd'
evofw = 0.7.1 and 0.18.5 just update with hacs