Tested on a fully up-to-date Mark 1, running version 18.2.0
I'm trying to control the brightness of my lights using https://github.com/ChristopherRogers1991/mycroft-hue, and this skill seems to steal an awful lot of the intents:
- Set the lights to 50%
- Set the lamp to 50%
- Turn the lights to 50%
- Set the lamp to 100
- Set the bedroom lights to 20%
Flagging this here, though this may ultimately require intent parser tuning. Whatever the cause/ultimate solution, this skill seems way too aggressive, especially by the time group names (e.g. lamp and bedroom) are mixed in (all group names from the hub are registered as entities, along with the word 'lights', as is a regex pattern for numbers/percentages, so these are about as specific as I can be).
Tested on a fully up-to-date Mark 1, running version 18.2.0
I'm trying to control the brightness of my lights using https://github.com/ChristopherRogers1991/mycroft-hue, and this skill seems to steal an awful lot of the intents:
Flagging this here, though this may ultimately require intent parser tuning. Whatever the cause/ultimate solution, this skill seems way too aggressive, especially by the time group names (e.g. lamp and bedroom) are mixed in (all group names from the hub are registered as entities, along with the word 'lights', as is a regex pattern for numbers/percentages, so these are about as specific as I can be).