From 1adc88bbf83ea22f65397bdac14aec49aaf33dd0 Mon Sep 17 00:00:00 2001 From: Kevin Duong Date: Fri, 5 Oct 2018 04:46:44 -0500 Subject: [PATCH] Host is required in tomato configuration (#6525) --- source/_components/device_tracker.tomato.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/device_tracker.tomato.markdown b/source/_components/device_tracker.tomato.markdown index b560184d17b..0c080449b64 100644 --- a/source/_components/device_tracker.tomato.markdown +++ b/source/_components/device_tracker.tomato.markdown @@ -41,7 +41,7 @@ device_tracker: {% configuration %} host: description: "The IP address or hostname of your router, e.g., `192.168.1.1` or `rt-ac68u`." - required: false + required: true type: string port: description: "The port number of your router, e.g., `443`."