Homeassistant brightness interpreted as timer?

I have the homeassistant skill working with mycroft for simple commands like "Turn on " or "Turn off ". Looking at the skill source code, it seems like the skill should also support setting the brightness of a light (ie. “Set to percent” or “Set brightness to percent”).

However, every time I try setting the brightness like this, mycroft responds with “How long of a timer?”

Am I missing something simple here for brightness support? Why is the timer skill triggering instead of the home assistant skill? Is it because I’m using the “set” keyword at the beginning of the command?

Relevant log output looks like the following:
17:02:14.591 | INFO | 789 | QuestionsAnswersSkill | Searching for set computer light to 1%
17:02:14.595 | INFO | 789 | ReSpeaker_4mic_hat | Pixel Ring: Think
Removing event fallback-query.mycroftai:QuestionQueryTimeout
Removing event fallback-query.mycroftai:QuestionQueryTimeout
Removing event fallback-query.mycroftai:QuestionQueryTimeout
Removing event fallback-query.mycroftai:QuestionQueryTimeout
17:02:15.357 | INFO | 789 | QuestionsAnswersSkill | Timeout occured check responses

History:
set computer light to 1%
>> How long of a timer?