❇ Mycroft AI #241
Unanswered
robmarkcole
asked this question in
Add-on Ideas
Replies: 2 comments
-
Mycroft AI runs fairly well in docker; here's instructions on how to set it up: Since my dockermachine doesn't have mic/speakers I use the Android Companion App: version: "3"
services:
docker-mycroft:
volumes:
- '/home/<user>/docker/mycroft/config:/root/.mycroft'
- '${XDG_RUNTIME_DIR}/pulse/native:${XDG_RUNTIME_DIR}/pulse/native'
- '~/.config/pulse/cookie:/root/.config/pulse/cookie'
devices:
- /dev/snd
environment:
- 'PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native'
ports:
- '8181:8181'
container_name: mycroft
image: mycroftai/docker-mycroft This skill makes it work with Home Assistant:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess Mic and Speaker setup should pretty much work similar to how it is done on the SnipsAI Addon |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Request https://geekedoutsolutions.com/using-home-assistant-with-mycroft-ai-for-home-automation
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Beta Was this translation helpful? Give feedback.
All reactions