From d180d6f7c1525c2967925e1164040328031a664e Mon Sep 17 00:00:00 2001 From: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Sat, 21 Jul 2018 22:54:30 +0200 Subject: [PATCH] Added doc for name parameter --- source/_components/homekit.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/homekit.markdown b/source/_components/homekit.markdown index b2cea8deedaf..74bb8a7c48a4 100644 --- a/source/_components/homekit.markdown +++ b/source/_components/homekit.markdown @@ -64,6 +64,11 @@ homekit: required: false type: int default: 51827 + name: + description: Need to be individual for each instance of Home Assistant using the component on the same local network. Between `3` and `25` characters. Alphanumeric and spaces allowed. + required: false + type: string + default: '`Home Assistant Bridge`' ip_address: description: The local network IP address. Only necessary if the default from Home Assistant does not work. required: false