Merge branch 'main' into patch-1

This commit is contained in:
Wolfram 2025-04-02 20:31:12 +02:00 committed by GitHub
commit 77e9ea0892
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View File

@ -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
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
__version__ = '2025.2'
import os

View File

@ -2,4 +2,4 @@
module = Dummy
[process]
module = Process
module = Process