1
0
mirror of https://github.com/Luzifer/tasmota-build.git synced 2024-09-19 18:32:58 +00:00
tasmota-build/config.yml
Knut Ahlers 32bccda7d2
Set telemetry period to 30s
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-02-01 21:13:05 +01:00

27 lines
421 B
YAML

---
STA_SSID1: '${WIFI_SSID}'
STA_PASS1: '${WIFI_PASS}'
OTA_URL: '${OTA_URL}'
MQTT_HOST: '${MQTT_HOST}'
MQTT_USER: '${MQTT_USER}'
MQTT_PASS: '${MQTT_PASS}'
MQTT_TOPIC: '"unconfigured"'
TELE_PERIOD: '30'
USE_DOMOTICZ: '!undef'
USE_EMULATION: '!undef'
USE_DISCOVERY: '!undef'
NTP_SERVER1: '"ptbtime1.ptb.de"'
NTP_SERVER2: '"ptbtime2.ptb.de"'
USE_IR_REMOTE: '!undef'
USE_WS2812: '!undef'
USE_ARILUX_RF: '!undef'
...