mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update xiaomi_aqara.markdown
This commit is contained in:
parent
d116c65d9e
commit
c12a98692d
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user