Setup development Environment on Windows 10

Hi,

I am a newbie on development on HA. I would like to build integrations on Home Assistant. I have created a number of Apps on Homey that I would like to port to HA. I am a windows guy and have some trouble to create a development environment.

Is there any Video that explains this clearly? I have followed the documentation and installed wsl2 but after that, I need to enter Linux commands and they will fail :frowning:

Anybody that could help me with this, or point me to a video?

Can you also Source Level debug the code?

Thanks for any help!

Hi Marcel,

I try this also current. Maybe we can talk together about that topic?

I also try to get this running and fork the code like in the doc and starting the container. But I cannot access the container on localhost:8123. I try als this hint:

If you find that you cannot open the development instance via http://localhost:8123 when using WSL. Instead, within a WSL terminal, find the inet address of the eth0 adaptor by running ip addr show eth0. Then use this address, excluding the CIDR block, to access the development instance, i.e. if your inet is listed as 172.20.37.6/20, use http://172.20.37.6:8123.

But cannot access