Kris Gesling
49616dcf15
Autoformat
2022-06-16 09:52:09 +09:30
ken-mycroft
142c5273f5
multi pr commit see also playback demo music and rfm skills
2022-06-15 14:27:49 -04:00
Kris Gesling
678678e357
Fix style issues
2022-06-13 17:11:46 +09:30
Kris Gesling
74b273ff26
Restore volume ducking independent of setting volume
...
This is to work around the volume slider displaying on screen
when volume is only being ducked.
2022-06-13 17:02:38 +09:30
ken-mycroft
d5dd463eef
fix nasty bug where if leds were not present the system would not boot
2022-05-26 10:00:11 -04:00
Michael Hansen
0d87d295f8
Disable screen dimming
2022-05-04 14:14:52 -04:00
Kris Gesling
db3c80b063
Report muted if volume is 0
...
Previously any volume get request would report muted == False.
2022-04-13 15:37:24 +09:30
Kris Gesling
6914a3b11c
Require Padatious intents to be trained before service ready.
...
Previously the Skill Service would report ready as soon as all
Skills were loaded. This means that some valid intents would could
not be triggered despite the system as a whole reporting that it
was ready.
2022-04-13 11:20:33 +09:30
Kris Gesling
d3807441b5
Silence 'errors' if no files to remove
2022-04-07 15:05:46 +09:30
Kris Gesling
3ffbaba83e
Sleep between feature sets
...
We are seeing the first tests in Timer and Volume fail for no reason.
So let the system rest for a moment...
2022-04-07 15:05:27 +09:30
Kris Gesling
786fe25a07
Disable jenkins jobs for Mark II branch
2022-03-31 15:21:08 +09:30
Kris Gesling
9bdba1db72
Add mock hardware for CI testing
2022-03-31 15:13:36 +09:30
Kris Gesling
680c1d96ad
Upgrade pip to 22.0.4
2022-03-30 14:08:01 +09:30
Kris Gesling
52bbdbf16b
Do not build Mimic1 for Mark II branch
2022-03-30 13:41:01 +09:30
Kris Gesling
41d6d5298e
Remove Python3.7 support
2022-03-30 13:28:43 +09:30
Kris Gesling
674f4afafa
Add missing bs4 requirement
2022-03-30 11:52:16 +09:30
Kris Gesling
b8d2599fee
Fix pycodestyle errors
2022-03-30 11:46:10 +09:30
Kris Gesling
791ba6095c
Add max-line-length to pycodestyle
2022-03-30 11:27:22 +09:30
Kris Gesling
5218b23214
Fix Flake8 max-line-length?
2022-03-30 11:21:52 +09:30
Kris Gesling
4f52e2385f
Fix Flake8 errors
2022-03-30 11:16:49 +09:30
Kris Gesling
8d4de3457e
Fix max-line-length setting
2022-03-30 11:14:02 +09:30
Kris Gesling
557d561896
Install Mark II default Skills
2022-03-30 11:13:32 +09:30
Kris Gesling
921f71d32c
Increase max line-length
2022-03-30 11:02:00 +09:30
Kris Gesling
56a966c9af
autoformat
2022-03-30 11:01:25 +09:30
Kris Gesling
cfc79ec522
Run unittests on mark-ii/qa branch
2022-03-30 10:54:09 +09:30
Kris Gesling
7e1c14dd4e
Install custom Adapt from branch
...
It was using a wheel however this is not available to all CI runners
2022-03-30 10:53:52 +09:30
Kris Gesling
623b4cc9a7
Skip failing unittests
2022-03-30 08:19:40 +09:30
Kris Gesling
bfbe58c1a4
Fix inflection removal
2022-03-29 21:31:49 +09:30
Kris Gesling
3784fd86fa
Fix inflection import
2022-03-29 20:01:08 +09:30
Kris Gesling
e2b4c8e587
Remove inflection dependency
...
It was only performing a simple string formatting operation
2022-03-29 14:34:05 +09:30
Kris Gesling
8a7f7a215c
Speed up dep install with git tags
2022-03-29 09:56:06 +09:30
Kris Gesling
04e224567e
Update default Skills for VK tests
2022-03-24 14:46:06 +09:30
Michael Hansen
e3d53cd4d5
Reduce priority of regex intents
2022-03-23 20:42:44 +00:00
Michael Hansen
3bf0e7e825
Penalize longer responses in queries
2022-03-23 20:06:46 +00:00
Michael Hansen
dcd42a1599
Use files for regex intents
2022-03-23 17:02:37 +00:00
Kris Gesling
525a4c2e8f
Autoformat
2022-03-23 15:17:22 +09:30
Kris Gesling
df03c07ec3
Clean up imports in enclosure
...
GPIO and os not used in this module
2022-03-23 15:15:58 +09:30
Kris Gesling
235a7b8a40
Run integration tests on mark-ii/qa commits
2022-03-23 09:00:46 +09:30
Kris Gesling
dd3515349c
Switch CI creds
2022-03-23 08:58:19 +09:30
Michael Hansen
60b8e5804c
Fix dummy TTS
2022-03-22 23:22:42 +00:00
Michael Hansen
fd2ae74d02
Add regex intent service
2022-03-22 22:06:48 +00:00
Michael Hansen
0d1d302500
Fix streaming STT in mic
2022-03-21 20:54:13 +00:00
Michael Hansen
f6b5121889
Don't split TTS chunks on commas
2022-03-17 20:36:11 +00:00
Michael Hansen
59e5aef6e0
Use activity id as TTS session id
2022-03-17 19:25:17 +00:00
Michael Hansen
363e419516
Send mic mute/unmute messages in response to mute switch changes
2022-03-16 17:52:00 +00:00
Michael Hansen
5f33c0cc1b
Report network connected as soon as one device is connected
2022-03-16 15:07:31 +00:00
Michael Hansen
6eb84eb2e3
Always force unmute
2022-03-16 15:07:19 +00:00
Michael Hansen
f2826abe04
Start in muted state
2022-03-16 14:58:51 +00:00
Michael Hansen
2f03bf1cd8
Implement mute in mic
2022-03-16 14:52:41 +00:00
Chris Veilleux
98b7d12756
add logic to call new Selene endpoint for Pantacor device registration.
2022-03-14 14:12:34 -05:00