ScottG489 / ha-trello

Trello integration for Home Assistant
MIT License
8 stars 0 forks source link

Don't use symlinks to config when developing #4

Open ScottG489 opened 5 months ago

ScottG489 commented 5 months ago

When developing, in order to not have to copy all changes to config/custom_components every time the server is restarted we create symlinks from the custom_components dir. This is primarily annoying because the IDE can get confused. This seems like it might be a solution:

https://github.com/ludeeus/integration_blueprint/blob/main/scripts/develop#L17