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.
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.