mirror of
https://github.com/elem74/fabaccess-config-generator.git
synced 2025-04-21 02:36:26 +02:00
commit
faf9347e11
@ -1,7 +1,10 @@
|
||||
[dummy]
|
||||
module = Dummy
|
||||
|
||||
[tasmota]
|
||||
module = Process
|
||||
param_cmd = "/usr/local/lib/bffh/adapters/tasmota/main.py"
|
||||
param_args = "--host mqtt --tasmota $actor_id"
|
||||
param_cmd = "/usr/local/lib/bffh/adapters/tasmota/env/bin/python3"
|
||||
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]
|
||||
module = 'Shelly'
|
||||
|
2
initiators.ini
Normal file
2
initiators.ini
Normal file
@ -0,0 +1,2 @@
|
||||
[dummy]
|
||||
module = Dummy
|
Loading…
x
Reference in New Issue
Block a user