External_components GIT run inside Home Assistant

I would like to run the following external components from inside HA.

external_components:
      type: git
      url: https://github.com/gnumpi/esphome_audio
      ref: dev-next
    components: [ adf_pipeline, i2s_audio ]
    refresh: 0s

I have tryed

   - source:
       type: local
       path: components/tts

and

url: http://192.168.100.194:8123/local/esptts

What am i doing wrong?

PS I did copy the files to locations:
smb://192.168.100.194/config/esphome/components/tts
smb://192.168.100.194/config/esphome/tts
smb://192.168.100.194/config/www/esptts