dmslabsbr / hoymiles

Hoymiles ADD-ON for Home Assistant
119 stars 30 forks source link

feat: The fastest and recommended way. #158

Closed focabr closed 1 month ago

focabr commented 2 months ago

The fastest and recommended way to develop add-ons is using a local Visual Studio Code devcontainer.

Refer: https://developers.home-assistant.io/docs/add-ons/testing/

By the way, I conducted some testing using a newer Python image, and it worked perfectly. Once I finish additional tests, I’ll send you a pull request (PR).

focabr commented 1 month ago

Will be remade using PR #169

Cosik commented 1 month ago

@focabr new file organization is released. Now edge could be installed using pip install -e . if you still want, you could make new docker file and reimplement your changes on new edge.