From d654f884cbb6dc1d324df2bf5b1800280b07e6d7 Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 2 Sep 2021 14:28:19 +0200 Subject: [PATCH] Update 'configuration.yaml' --- configuration.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 1828512..09d59d1 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -10,3 +10,9 @@ group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml + +mqtt: + broker: !secret MQTT_BROKER + port: !secret MQTT_PORT + username: !secret MQTT_USER + password: !secret MQTT_PWD \ No newline at end of file