From 66f7d0c63067b992f0d5984c613e1a25d3a74a8d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 6 Mar 2021 21:42:16 -1000 Subject: [PATCH] Change default homekit ports to 21063 and 21064 (#16882) --- source/_integrations/homekit.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/homekit.markdown b/source/_integrations/homekit.markdown index 21dbb182706..f7ce387e180 100644 --- a/source/_integrations/homekit.markdown +++ b/source/_integrations/homekit.markdown @@ -57,7 +57,7 @@ homekit: camera.back_porch: support_audio: True - name: HASS Bridge 2 - port: 56332 + port: 21065 filter: include_domains: - light @@ -78,7 +78,7 @@ homekit: description: Port for the HomeKit extension. If you are adding more than one instance they need to have different values for port. required: false type: integer - default: 51827 + default: 21063 name: description: Need to be individual for each instance of Home Assistant using the integration on the same local network. Between `3` and `25` characters. Alphanumeric and spaces allowed. required: false