Skip to content

Commit ebed4b7

Browse files
Merge pull request home-assistant#3587 from home-assistant/Danielhiversen-patch-1
Update xiaomi_aqara.markdown
2 parents e958de8 + c12a986 commit ebed4b7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

source/_components/xiaomi_aqara.markdown

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ xiaomi_aqara:
8888
8989
{% configuration %}
9090
mac:
91-
description: The MAC of your gateway. *Optional if only using one gateway.*
92-
required: true
91+
description: The MAC address of your gateway. *Optional if only using one gateway.*
92+
required: false
9393
type: string
9494
key:
9595
description: The key of your gateway. *Optional if only using sensors and/or binary sensors.*
96-
required: true
96+
required: false
9797
type: string
9898
discovery_retry:
9999
description: Number of times that Home Assistant should try to reconnect to the gateway.
@@ -105,6 +105,10 @@ xiaomi_aqara:
105105
required: false
106106
type: string
107107
default: any
108+
host:
109+
description: The host / ip address of the gateway. If this parameter is used the multicast discovery of the gateway is skipped.
110+
required: false
111+
type: string
108112
{% endconfiguration %}
109113
110114
### {% linkable_title Services %}

0 commit comments

Comments
 (0)