From 9ccd80b546c8aff1e321a9108eaf0f73726faa8d Mon Sep 17 00:00:00 2001 From: Joseph Perera Date: Sat, 17 Nov 2018 01:23:35 -0800 Subject: [PATCH] Update insteon.markdown (#7559) Remove ip port configuration variable for hub model 2242 since it uses the socket connection method. --- source/_components/insteon.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_components/insteon.markdown b/source/_components/insteon.markdown index 03e81cd3072..0eee1e40433 100644 --- a/source/_components/insteon.markdown +++ b/source/_components/insteon.markdown @@ -51,7 +51,6 @@ To set up an INSTEON Hub model [2242], use the following configuration: # Hub 2242 configuration variables insteon: host: HOST - ip_port: IP_PORT hub_version: 1 ```