Closed mikejgray closed 9 months ago
ovos-phal-plugin-homeassistant 0.0.4a4 requires ovos-utils~=0.0.27, but you have ovos-utils 0.1.0a8 which is incompatible.
should update imports for compat with latest ovos utils/bus client
from ovos_utils.gui import GUIInterface -> from ovos_bus_client.apis.gui import GUIInterface
from ovos_utils.gui import GUIInterface
from ovos_bus_client.apis.gui import GUIInterface
Closing in favor of #52
ovos-phal-plugin-homeassistant 0.0.4a4 requires ovos-utils~=0.0.27, but you have ovos-utils 0.1.0a8 which is incompatible.