Update actors.ini

adjustments for proper setup
This commit is contained in:
Mario Voigt 2024-11-21 15:24:11 +01:00 committed by GitHub
parent 21a88d4507
commit 014d3ca1ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
[tasmota] [tasmota]
module = Process module = Process
param_cmd = "/usr/local/lib/bffh/adapters/tasmota/main.py" param_cmd = "/usr/local/lib/bffh/adapters/tasmota/env/bin/python3"
param_args = "--host mqtt --tasmota $actor_id" param_args = "/usr/local/lib/bffh/adapters/tasmota/main.py --host MQTT_SERVER_HOST --user MQTT_SERVER_USER --password MQTT_SERVER_PASSWORD --tasmota $actor_id"
[shelly] [shelly]
module = 'Shelly' module = 'Shelly'