fjramirez1987 / PTZ-YCC365

54 stars 20 forks source link

Component error: ptz_camera - Integration 'ptz_camera' not found. #10

Open Clebena opened 3 years ago

Clebena commented 3 years ago

Everything was working perfectly but I m getting this message now Component error: ptz_camera - Integration 'ptz_camera' not found.

I guess it has to do with an update but have no clue

juanimoni commented 3 years ago

Hi Clebena, it seems you have no access to the ptz_camera integration.... copy (again) the 3 files (services.yaml/manifest.json/init.py) to your folder config/custom_components/ptz_camera

juanimoni commented 3 years ago

... and remember to reboot Home Assistant...

Clebena commented 3 years ago

Yes I've tried this without success. Only thing that worked was to downgrade HA.

lumbarhopkins commented 3 years ago

I am a complete noob here, but I believe that the integration needs to be updated to include a manifest.json file. I got it working by creating the following: { "domain": "ptz_camera", "name": "ptz_camera", "version": "0.0.1", "documentation": " https://www.example.com ", " dependencies ": [], " codeowners ": [], " requirements ": [], " iot_class ":" local_push " }

unmesh59 commented 2 years ago

I had this working last year, had stopped using it and recently tried to use it again with 2021.9.7 and the new ptz_camera code with manifest.json and I get this error message.

Anyone else have it working with a recent version of HA?

malloc32 commented 2 years ago

Same problem :(

eerison commented 1 year ago

for me too :'( how did you pass the authentication on request? @juanimoni