LG WebOS TV component doesn't place the config in a subfolder

This is what I currently have in my configuration.yaml, but the component keeps placing the file in the root of homeassistant. Can anybody shed some light on this? The folders are correct including capitals.

media_player:

# LG TV

- platform: webostv
  host: !secret tv_ip
  name: !secret tv_name
  timeout: 5
  filename: "/Config/Settings/TV/WebOSTV.conf"