Tasker webview for creating HTTP request tasks for the home assistant api
Application to manage task content from the android application: Tasker
This is built to make it easier to create tasks for the home assistant API.
Current goal is to integrate regular tasker tasks
.env
In order to use this with tasker, you need to enable the new 2024/2025 UI
The app can only connect if you have that on, and you are in a task at the same time. I do not have access to a list of tasks. Nor do i have the ability to interact with tasks outside the current open task. If you do not have a task open the application won’t be able to connect to tasker.
http://localhost:5097
While in root folder of the cloned folder:
docker compose up -d
Open localhost:5079 in your browser
If an update has come out, you need to rebuild in docker
docker compose down
docker compose up -d --no-deps --build
npm install
npm run build
npm run start
In your terminal, you will see which link to open in your browser
npm run dev
In your terminal, you will see which link to open in your browser