Skip to content

Commit

Permalink
Default config update for MQTT params
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiankielhofner committed Oct 26, 2023
1 parent 155a98c commit 279e62a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"hass_token": "your_ha_token",
"lcd_brightness": 500,
"mic_gain": 14,
"mqtt_auth_type": "userpw",
"mqtt_host": "your.mqtt.host",
"mqtt_password": "your_mqtt_password",
"mqtt_port": 1883,
"mqtt_tls": false,
"mqtt_topic": "your_mqtt_topic",
"mqtt_username": "your_mqtt_username",
"multiwake": false,
"ntp_config": "Host",
"ntp_host": "pool.ntp.org",
Expand Down

0 comments on commit 279e62a

Please sign in to comment.