1.6 KiB
1.6 KiB
!!! warning Connectors are currently in a beta stage.
Connectors
Connectors are a powerful add-on component to TandoorRecipes. They allow for certain actions to be translated to api calls to external services.
General Config
!!! danger In order for this application to push data to external providers it needs to store authentication information. Please use read only/separate accounts or app passwords wherever possible.
DISABLE_EXTERNAL_CONNECTORS
is a global switch to disable External Connectors entirely.EXTERNAL_CONNECTORS_QUEUE_SIZE
is the amount of changes that are kept in memory if the worker cannot keep up.
Example Config
DISABLE_EXTERNAL_CONNECTORS=0 // 0 = connectors enabled, 1 = connectors enabled
EXTERNAL_CONNECTORS_QUEUE_SIZE=100
Current Connectors
HomeAssistant
The current HomeAssistant connector supports the following features:
- Push newly created shopping list items.
- Pushes all shopping list items if a recipe is added to the shopping list.
- Removed todo's from HomeAssistant IF they are unchanged and are removed through TandoorRecipes.
How to configure:
Step 1: