jeena / vlc_remote

HomeAssistant component to use a remote VNC as a media_player with help of the HTTP interface
Apache License 2.0
0 stars 1 forks source link

Integration Not Found #1

Open tonydm opened 3 years ago

tonydm commented 3 years ago

Hello,

I have cloned the repo/integration into custom_components/vc_remote

services-admin@homeassistant-vm:~/DockerServices/hassio-supervisor/homeassistant/custom_components$ git clone https://github.com/jeena/vlc_remote.git

services-admin@homeassistant-vm:~/DockerServices/hassio-supervisor/homeassistant/custom_components$ ll
total 20K
drwxr-xr-x  5 root root 4.0K Jul  5 08:46 ./
drwxr-xr-x 13 root root 4.0K Jul  5 08:45 ../
drwxr-xr-x 12 root root 4.0K Jun 24 13:05 hacs/
drwxr-xr-x  3 root root 4.0K Jul  5 08:46 vlc_remote/
drwxr-xr-x  3 root root 4.0K Jul  5 08:22 wyzesense/

services-admin@homeassistant-vm:~/DockerServices/hassio-supervisor/homeassistant/custom_components$ cd vlc_remote

services-admin@homeassistant-vm:~/DockerServices/hassio-supervisor/homeassistant/custom_components/vlc_remote$ ll
total 48K
drwxr-xr-x 3 root root 4.0K Jul  5 08:46 ./
drwxr-xr-x 5 root root 4.0K Jul  5 08:46 ../
drwxr-xr-x 8 root root 4.0K Jul  5 08:46 .git/
-rw-r--r-- 1 root root   37 Jul  5 08:46 __init__.py
-rw-r--r-- 1 root root  12K Jul  5 08:46 LICENSE.md
-rw-r--r-- 1 root root  214 Jul  5 08:46 manifest.json
-rw-r--r-- 1 root root 7.5K Jul  5 08:46 media_player.py
-rw-r--r-- 1 root root 1.6K Jul  5 08:46 README.md
-rw-r--r-- 1 root root 3.0K Jul  5 08:46 vlc_http.py

configuration.yaml:

media_player:
  - platform: vlc_remote
    host: 10.40.0.177
    port: 8080
    name: "VLC Player"
    password: "**********"

Checkconfig: Platform error media_player.vlc_remote - Integration 'vlc_remote' not found.

jeena commented 3 years ago

You call the platform vlc_remote but it should be called vlc_http.

grandetype commented 2 years ago

Hi!

I have same problem. copyed files to /config/custom_components/vlc_http

writed in confuguration.yaml

media_player:

Platform error media_player.vlc_http - Integration 'vlc_http' not found.