Hello,
I added a Wyze cam v2 in my Home Assistant. But I can’t call the camera.disable_motion_detection and enable_motion_detection services in the developer. I’m getting this failed to call service error.
Can someone tell me what’s wrong? Thanks.
This is the log:
Logger: homeassistant.components.websocket_api.http.connection
Source: components/camera/__init__.py:444
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 7:09:57 PM (1 occurrences)
Last logged: 7:09:57 PM
[1851869744]
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 136, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1455, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1490, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 204, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 595, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 664, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 632, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 448, in async_disable_motion_detection
await self.hass.async_add_executor_job(self.disable_motion_detection)
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 444, in disable_motion_detection
raise NotImplementedError()
NotImplementedError