From 3b9993ec00bd74aeded03310f9ab768424dfe7b5 Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 2 Sep 2021 14:29:34 +0200 Subject: [PATCH] Update 'mock_secrets.yaml' --- mock_secrets.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mock_secrets.yaml b/mock_secrets.yaml index ef58d57..87d231f 100644 --- a/mock_secrets.yaml +++ b/mock_secrets.yaml @@ -1,3 +1,8 @@ # Use this file to store secrets like usernames and passwords. # Learn more at https://www.home-assistant.io/docs/configuration/secrets/ -some_password: welcome \ No newline at end of file +some_password: welcome + +MQTT_BROKER: 192.168.1.100 +MQTT_PORT: 1883 +MQTT_USER: example +MQTT_PWD: example \ No newline at end of file