OpenVoiceOS / ovos-PHAL-plugin-homeassistant

HomeAssistant PHAL Plugin for OpenVoice OS
Apache License 2.0
11 stars 3 forks source link

chore: update requirements.txt #50

Closed mikejgray closed 9 months ago

mikejgray commented 10 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.

JarbasAl commented 10 months ago

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

mikejgray commented 9 months ago

Closing in favor of #52