Explorar el Código

Ansible adaptions (config_example)

master
Dirk Alders hace 1 año
padre
commit
10360c4d0e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      config_example/config.py

+ 1
- 1
config_example/config.py Ver fichero

@@ -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…
Cancelar
Guardar