Hacker News new | ask | show | jobs
by BrandoElFollito 2034 days ago
Excellent timing, thanks! I am looking at possibly replacing AppDaemon as we speak.

This is a great software, bit it is really distinct from HA and simple automations require quite a bit of code anyway.

I was thinking about having a mixed mode: the very simple automations (covers up at 9:00) would go into the YAML and more complicated would use the Python scripting described here: https://www.home-assistant.io/integrations/python_script/ (also from automations, but the real work would be done in the script)

Now I see with your comment that there is a HACS component as well - have you compared both and chose one of them for some specific reason?