From 8921f18beeff2e420ca96ca8c1a24d6852eaa1b9 Mon Sep 17 00:00:00 2001 From: Regev Brody Date: Tue, 11 Apr 2023 17:35:44 +0300 Subject: [PATCH] Update UDP ports used by new aioswitcher version (#26950) * Update UDP ports used by new aioswitcher version * Update UDP ports used by new aioswitcher version --- source/_integrations/switcher_kis.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/switcher_kis.markdown b/source/_integrations/switcher_kis.markdown index e070d568a6a..8f6040710f7 100644 --- a/source/_integrations/switcher_kis.markdown +++ b/source/_integrations/switcher_kis.markdown @@ -88,5 +88,5 @@ Note: This does not affect the auto off timer. ## Notes -Make sure that Home Assistant host's firewall allows incoming traffic on UDP ports 20002 & 20003 and outgoing connections to Switcher device(s) on TCP ports 9957 & 10000. +Make sure that Home Assistant host's firewall allows incoming traffic on UDP ports 10002, 20002 & 20003 and outgoing connections to Switcher device(s) on TCP ports 9957 & 10000. If Home Assistant and the Switcher device(s) are not on the same network, you will also need to have their traffic properly forwarded between the two networks.