Hello everyone,
CURRENT SITUATION:
I have a Raspberry Pi 5 (8gb) running Home Assistant via a micro SSD. This setup includes my lights, television, curtains, vacuum cleaner, smart speakers, etc. I have already installed the addon ‘AppDaemon’ on it.
MY INTENTION:
I am familiar with Python programming. I intend to write a Python script (main.py) that continuously listens for my Wake-Word, which I set, and executes actions within Home Assistant. Additionally, this script should be able to control other Python scripts within Home Assistant.
THE QUESTION:
Is it possible for the main.py file to continuously run within Home Assistant, in combination with the AppDaemon addon, and control Home Assistant as well as the other scripts?
I hope somebody can ansert that question,