feat(moes_wcmp52_camera): make privacy visible and recording controllable (#5247)
* feat(moes_wcmp52_camera): make privacy visible and recording controllable
Privacy and recording-enable are only reachable through the camera
entity: privacy can be toggled but has no visible state, and
recording-enable is visible but read-only. Add a switch for each
(Privacy on DP 105, Recording on DP 150), sharing the DPs the camera
entity already uses (as the PTZ buttons share DP 119). Additive only:
the camera entity is unchanged and nothing is renamed or removed.
Discussion: https://github.com/make-all/tuya-local/discussions/5246
Assisted-by: Claude (claude-opus-4-8), human-reviewed
* fix(moes_wcmp52_camera): move Stop zooming to controls
It had category: config, unlike the other pan/zoom buttons. Drop it so
it sits with the rest of the PTZ controls.
Assisted-by: Claude (claude-opus-4-8), human-reviewed
---------
Co-authored-by: Jason Rumney <make-all@users.noreply.github.com>