mirror of
https://github.com/elem74/fabaccess-config-generator.git
synced 2025-04-20 18:26:28 +02:00
Merge branch 'main' into patch-1
This commit is contained in:
commit
77e9ea0892
@ -3,8 +3,8 @@ 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
config-generator.py
Normal file → Executable file
2
config-generator.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
__version__ = '2025.2'
|
||||
|
||||
import os
|
||||
|
@ -2,4 +2,4 @@
|
||||
module = Dummy
|
||||
|
||||
[process]
|
||||
module = Process
|
||||
module = Process
|
Loading…
x
Reference in New Issue
Block a user