From 0b7a47d3e8179239c3d3476db6a9574736ec1ce0 Mon Sep 17 00:00:00 2001 From: Matt Schmitt Date: Fri, 11 May 2018 12:14:37 -0400 Subject: [PATCH] Allow HomeKit name to be customized (#5314) --- source/_components/homekit.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/homekit.markdown b/source/_components/homekit.markdown index 7ab434c8902..2b48b4a488f 100644 --- a/source/_components/homekit.markdown +++ b/source/_components/homekit.markdown @@ -74,6 +74,10 @@ The `HomeKit` component allows you to forward entities from Home Assistant to Ap required: false type: map keys: + name: + description: Name of entity to show in HomeKit. HomeKit will cache the name on the first run so a device must be removed and then re-added for any change to take effect. + required: false + type: string code: description: Code to arm or disarm the alarm in the frontend. required: false