From 1a2dbba573c10dc1af79f6641ecb79a1306c14d8 Mon Sep 17 00:00:00 2001 From: goldyfruit Date: Fri, 29 Nov 2024 09:37:23 -0500 Subject: [PATCH] [ansible/templates] Enable ovos-PHAL-plugin-system plugin --- ansible/roles/ovos_installer/templates/mycroft.conf.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ansible/roles/ovos_installer/templates/mycroft.conf.j2 b/ansible/roles/ovos_installer/templates/mycroft.conf.j2 index 7f76675..0750771 100644 --- a/ansible/roles/ovos_installer/templates/mycroft.conf.j2 +++ b/ansible/roles/ovos_installer/templates/mycroft.conf.j2 @@ -53,7 +53,11 @@ "max_msg_size": {{ 100 if ovos_installer_feature_gui | bool and ovos_installer_method == "containers" else 25 }} }, "PHAL": { -{% if 'tas5806' in ovos_installer_i2c_devices %} + "admin": { + "ovos-PHAL-plugin-system": { + "enabled": true + } + }{% if 'tas5806' in ovos_installer_i2c_devices %}, "ovos-PHAL-plugin-hotkeys": { "key_down": { "mycroft.mic.listen": 582,