Virtual Components

I am running Home Assistant in docker. I have installed HACS and then VIRTURL COMPONENTS. I then configured a device tracker in my config/virtual.yaml file as follows::

version: 1
devices: {}
Test Device_Tracker:
  - platform: device_tracker
    name: thisvirtual
    initial_value: home

in my conguration.yaml file I inserted virtual:

When I restart home assistant I don’t get any entity with the name thisvirtual therefore I can’t set the entity to home or home_away.
I do see a service called “virtual move” but there are no entities.

Can anyone tell me what I am missing.