From e91032b93b607e2625532931e44f991eb4f9c3ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Wed, 11 Oct 2017 09:06:44 +0200 Subject: [PATCH] Update xiaomi_aqara.markdown --- source/_components/xiaomi_aqara.markdown | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/source/_components/xiaomi_aqara.markdown b/source/_components/xiaomi_aqara.markdown index 37919505bb2d..b9c9392b79d1 100644 --- a/source/_components/xiaomi_aqara.markdown +++ b/source/_components/xiaomi_aqara.markdown @@ -88,12 +88,12 @@ xiaomi_aqara: {% configuration %} mac: - description: The MAC of your gateway. *Optional if only using one gateway.* - required: true + description: The MAC address of your gateway. *Optional if only using one gateway.* + required: false type: string key: description: The key of your gateway. *Optional if only using sensors and/or binary sensors.* - required: true + required: false type: string discovery_retry: description: Number of times that Home Assistant should try to reconnect to the gateway. @@ -105,6 +105,10 @@ xiaomi_aqara: required: false type: string default: any + host: + description: The host / ip address of the gateway. If this parameter is used the multicast discovery of the gateway is skipped. + required: false + type: string {% endconfiguration %} ### {% linkable_title Services %}