mirror of
https://github.com/Anonym-tsk/smart-domofon.git
synced 2025-12-06 03:26:58 +03:00
MQTT configuration
This commit is contained in:
@@ -28,6 +28,12 @@ substitutions:
|
||||
ap_ssid: "Domofon"
|
||||
ap_password: "1234567890"
|
||||
|
||||
# MQTT credentials
|
||||
mqtt_host: 10.0.0.1
|
||||
mqtt_port: 1883
|
||||
mqtt_username: ""
|
||||
mqtt_password: ""
|
||||
|
||||
# OTA and API
|
||||
ota_password: "esphome"
|
||||
api_password: "esphome"
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
mqtt:
|
||||
broker: 10.0.0.1
|
||||
broker: $mqtt_host
|
||||
port: $mqtt_port
|
||||
discovery: false
|
||||
username: $mqtt_username
|
||||
password: $mqtt_password
|
||||
Reference in New Issue
Block a user