Open Kodapop17 opened 10 months ago
You can add it via the Add On Store going to your Add Ons store selecting the three dots (settings) clicking Repositories and adding the github url, after that refresh your browser site and search store for Kasa Camera and it should pop up. At least as far as my knowledge goes this is only supported in HA OS and HA supervised installations which is what you mentioned. Source: https://www.home-assistant.io/addons/
For the record I had the same issue. The problem was I tried to add the add on from the GUI with this url
https://github.com/joshgetter/hassio-addons/tree/master/kasa-camera
However this one needs to be used https://github.com/joshgetter/hassio-addons
When trying to add the repository through supervisor I get the following error:
Cmd('git') failed due to: exit code(128) cmdline: git clone -v --recursive --depth=1 --shallow-submodules -- https://github.com/joshgetter/hassio-addons/tree/master/kasa-camera /data/addons/git/7247aaf7 stderr: 'Cloning into '/data/addons/git/7247aaf7'... fatal: repository 'https://github.com/joshgetter/hassio-addons/tree/master/kasa-camera/' not found '
the url I am copying is: https://github.com/joshgetter/hassio-addons
Am I doing something wrong?
Thanks.