瀏覽代碼

Ansible adaptions (config_example)

master
Dirk Alders 1 年之前
父節點
當前提交
10360c4d0e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      config_example/config.py

+ 1
- 1
config_example/config.py 查看文件

@@ -3,7 +3,7 @@
3 3
 import os
4 4
 import report
5 5
 
6
-QTT_USER = "<mqtt_smarthome_username>"
6
+MQTT_USER = "<mqtt_smarthome_username>"
7 7
 MQTT_PASS = "<mqtt_smarthome_password>"
8 8
 MQTT_SERVER = "<mqtt_smarthome_hostname>"
9 9
 MQTT_TOPIC = "<mqtt_powerplug_topic>"

Loading…
取消
儲存