How to register an add-on in the configuration Camera Lux addon

Hello everybody! Can you tell me how to correctly register the Camera Lux add-on in the configuration? The author described the configuration very briefly, just the options. I tried different combinations, but nothing worked for me. The object is not created with this addon.

cameralux:

If anyone has encountered it, please help.

This ?

and please format your code properly

f6be36681e0da431418ec7781fb6c62712941803

Yes, this addon

cameralux:
  - sensor: cameralux
    entity_id: lux_cam
    image_url: http://192.168.1.125:5000/api/terrace/latest.jpg

lux_cam is not an entity_id. It probably need to be an existing camera, so it would be camera.lux_cam

I made the changes, but I can’t find the property where the illumination value is passed. How can I find him? the addon does not give errors.

cameralux:
  - sensor: cameralux
    entity_id: camera.veranda  # this is camera
    image_url: http://192.168.1.125:5000/api/terrace_bardak/latest.jpg

Maybe ask in the author’s GitHub?