mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Change default homekit ports to 21063 and 21064 (#16882)
This commit is contained in:
parent
a042c1b3e3
commit
66f7d0c630
@ -57,7 +57,7 @@ homekit:
|
|||||||
camera.back_porch:
|
camera.back_porch:
|
||||||
support_audio: True
|
support_audio: True
|
||||||
- name: HASS Bridge 2
|
- name: HASS Bridge 2
|
||||||
port: 56332
|
port: 21065
|
||||||
filter:
|
filter:
|
||||||
include_domains:
|
include_domains:
|
||||||
- light
|
- 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.
|
description: Port for the HomeKit extension. If you are adding more than one instance they need to have different values for port.
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: 51827
|
default: 21063
|
||||||
name:
|
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.
|
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
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user