I can make an vlc_telnet integration:
Make a prepare:
vim .bashrc
alias vlc_hass='vlc -d -I telnet --telnet-host 127.0.0.1 --telnet-port 4212 --telnet-password xxxx'
source .bashrc
#start it with vlc_hass in bash console
Make the integration for vlc_telnet
settings -- Devices & Services -- add integration -- VLC media player via Telnet
password xxxx
port 4212
host 127.0.0.1
How can make an vlc integration directly instead of vlc_telnet ?