Hi, I have a HACS integration and my workflow is a mess.
Currently, every time I want to develop something and run the tests, I have to copy all of the files manually from my repo to the HomeAssistant devcontainer, work there, run tests there and then copy the files back to my repo.
This is all good, but sometimes mistakes happen and I want to be able to at least run the tests as a Github action in my own repo. I tried adding the homeassistant
package to the requirements-text.txt
but I get a lot of errors about being unable to find some methods that I need to patch.
Is there an easier and/or better way to do that?