Update xiaomi_aqara.markdown

This commit is contained in:
Daniel Høyer Iversen 2017-10-11 09:06:44 +02:00 committed by GitHub
parent d116c65d9e
commit c12a98692d

View File

@ -88,12 +88,12 @@ xiaomi_aqara:
{% configuration %} {% configuration %}
mac: mac:
description: The MAC of your gateway. *Optional if only using one gateway.* description: The MAC address of your gateway. *Optional if only using one gateway.*
required: true required: false
type: string type: string
key: key:
description: The key of your gateway. *Optional if only using sensors and/or binary sensors.* description: The key of your gateway. *Optional if only using sensors and/or binary sensors.*
required: true required: false
type: string type: string
discovery_retry: discovery_retry:
description: Number of times that Home Assistant should try to reconnect to the gateway. description: Number of times that Home Assistant should try to reconnect to the gateway.
@ -105,6 +105,10 @@ xiaomi_aqara:
required: false required: false
type: string type: string
default: any 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 %} {% endconfiguration %}
### {% linkable_title Services %} ### {% linkable_title Services %}