mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
Specify format for BSSID entries. (#1046)
Co-authored-by: Marc Teale <marc.teale@openmarket.com>
This commit is contained in:
parent
7cbd96e955
commit
63d36b4d7d
@ -176,8 +176,8 @@ Configuration variables:
|
||||
- **eap** (*Optional*): See :ref:`eap`.
|
||||
- **channel** (*Optional*, int): The channel of the network (1-14). If given, only connects to networks
|
||||
that are on this channel.
|
||||
- **bssid** (*Optional*, string): Optionally define a BSSID (MAC-Address) of the network to connect to.
|
||||
This can be used to further restrict which networks to connect to.
|
||||
- **bssid** (*Optional*, string): The connection's BSSID (MAC address). BSSIDs must consist of six
|
||||
two-digit hexadecimal values separated by colon characters ("``:``"). All letters must be in upper case.
|
||||
- **hidden** (*Optional*, boolean): Whether this network is hidden. Defaults to false.
|
||||
If you add this option you also have to specify ssid.
|
||||
- **priority** (*Optional*, float): The priority of this network. After each time, the network with
|
||||
|
Loading…
Reference in New Issue
Block a user