Newly installed skill not activating [RESOLVED]

I’ve installed the “milight” skill on my Mark 1 but it doesn’t seem to be loading. “grep -i milight mycroft-skills.log” returns nothing but /opt/mycroft/skills contains the Mycroft-milight-skill directory. Is there an extra step I’m missing?

Ok I’ve fixed this. In case anyone else is using this first of all installing this skill installs the code in a directory /opt/mycroft/skills/Mycroft-milight-skill/milight. Simply moving the contents of the milight directory into the parent directory allows the skill to load but with errors. Adding the following stanza to mycroft.conf allows it to load correctly:

“MilightSkill”: {
“host”: “[host ip]”,
“port”: “[port]”
}