Replies: 1 comment 1 reply
-
Do you need to create them with HTTP requests specifically? Or is SSH an option (like a Python ssh-wrapper library or bash script)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My goal is to be able to create/delete automations using python scripts.
An automation such that trigger + condition = action.
using the front-end, this can be done with: settings --> automation & scenes --> create automation.
I tried POST a json to url .../config/automation/config/,
but does not work.
Thank you very much in advance for your valuable help.
Beta Was this translation helpful? Give feedback.
All reactions