diff --git a/README.md b/README.md index fec40e2..cd70c93 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PHAL plugin - Google AIT Voice Kit V2 +# PHAL plugin - Google AIY Voice Kit V2 A plugin to handle the button and LED from the famous Google AIY Voice Kit V2 diff --git a/ovos_phal_plugin_aiy_v2/__init__.py b/ovos_phal_plugin_aiy_v2/__init__.py index 97ab864..7c7cc70 100644 --- a/ovos_phal_plugin_aiy_v2/__init__.py +++ b/ovos_phal_plugin_aiy_v2/__init__.py @@ -1,7 +1,6 @@ """AIY V2 entrypoint PHAL plugin """ -from time import sleep from json_database import JsonConfigXDG from ovos_bus_client import Message from ovos_plugin_manager.phal import PHALPlugin