Is there any way to implement own automation in typical programming languages (eg Python / .NET) or linux bash instread using build in GUI or NODE RED?
Im kinda of programmer - pefer to code instread of clickin’…
Yes.
You can use the python_script integration which allows you to create sandboxed python applications (i.e. no ability to import modules and some python commands are disallowed).
You can use any programming language that supports Websockets and then interface with Home Assistant via its Websocket API.
Thanks will try!
Also found this: Get started with NetDaemon app development | NetDaemon
(If works will be my preference, as Id prefer c# over py)
You can also write your own automations and scripts manually via yaml instead of using the UI.
It uses the built-in automation engine syntax so you don’t need any external dependencies. I use that method exclusively.
Thanks - I knew about that. But I wanted good IDE support + sometimes extra functionalities / functions HA automation doesnt provide