MQTT Home Emulation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.py 147B

12345678910
  1. DEBUG = True
  2. APP_NAME = "smart_homeemulation"
  3. MQTT_SERVER = "localhost"
  4. MQTT_PORT = 1883
  5. MQTT_USER = None
  6. MQTT_PASSWORD = None
  7. CHRISTMAS = True