OpenVoiceOS / ovos-PHAL-plugin-homeassistant

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

feat: Assist passthrough #18

Closed mikejgray closed 1 year ago

mikejgray commented 1 year ago

Closes #12 and closes #11

I was able to test the VUI portion, but due to some ongoing alpha issues, was not able to test the GUI portion.

Adds the ability to directly pass a request to Home Assistant via their Assist API. This allows the plugin to retain feature parity without additional dev work in the plugin. Also removes the dist/build folders and adds a basic Python .gitignore file. Tested locally in containers and working on testing on my Mark 2 dev kit. Fixes a bug when using ovos-bus-client where the device list was being passed to the Message as a list, not a dict.

NeonDaniel commented 1 year ago

Replaced by #20