Allow HomeKit name to be customized (#5314)

This commit is contained in:
Matt Schmitt 2018-05-11 12:14:37 -04:00 committed by cdce8p
parent 55aee475fe
commit 0b7a47d3e8

View File

@ -74,6 +74,10 @@ The `HomeKit` component allows you to forward entities from Home Assistant to Ap
required: false required: false
type: map type: map
keys: 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: code:
description: Code to arm or disarm the alarm in the frontend. description: Code to arm or disarm the alarm in the frontend.
required: false required: false