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