File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -88,12 +88,12 @@ xiaomi_aqara:
88
88
89
89
{% configuration %}
90
90
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
93
93
type: string
94
94
key:
95
95
description: The key of your gateway. *Optional if only using sensors and/or binary sensors.*
96
- required: true
96
+ required: false
97
97
type: string
98
98
discovery_retry:
99
99
description: Number of times that Home Assistant should try to reconnect to the gateway.
@@ -105,6 +105,10 @@ xiaomi_aqara:
105
105
required: false
106
106
type: string
107
107
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
108
112
{% endconfiguration %}
109
113
110
114
### {% linkable_title Services %}
You can’t perform that action at this time.
0 commit comments