
AppDaemon Studio - Poor's man IDE for AppDeamon
If you ever worked with AppDaemon you know such a great tool it is. You can have apps, complex integrations, complex automations but there is one caveat ... difficult to create apps, debug them and etc.
Of course with tools like Visual Studio Code life is easer but still for me was not the full experience.
A little bit experience of myself, I'm a software engineer who currently works as backend engineer with dotnet and familiar with frontend. I do love Hass and I've been using it for more than 5 years.
I asked myself, you still use app daemon why not make it easier?
I built AppDaemon Studio a simple IDE to create and manage apps. It has small wizards for creation, disabling apps, accessing the logs and more importantly an intelligence / auto complete that you can rely on. It understand all your entities and understand the api of appdeamon + custom libraries you installed on appdaemon. It also keep track of changes you made on scripts so you have the chance to revert some changes (it's not version control or git; simple snapshot.+ compare)
You can find project here with full source on GitHub:
https://github.com/0x414c49/AppDaemon-Studio
I hope you like it and I hope it solves some issues for you.