You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/components/ethernet.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,13 +143,11 @@ If you are using a framework that does not support SPI-based ethernet modules wi
143
143
144
144
- **id** (*Optional*, [ID](#config-id)): Manually specify the ID used for code generation.
145
145
146
-
- **lldp** (*Optional*): Configure the Link Layer Discovery Protocol (IEEE 802.1AB) transmitter
146
+
- **lldp** (*Optional*): Configure and enable the Link Layer Discovery Protocol (IEEE 802.1AB) transmitter. The simplest useful configuration is `lldp: {}`, which enables transmission with the default settings.
147
147
148
-
- **enabled** (*Optional*, boolean): set to `true` to enable LLDP transmission. The default values for the other LLDP
149
-
settings should be suitable for most users.
150
-
- **port** (*Optional*, string): Override the default Port-ID TLV value (default: `ETH_DEF`, 128 character maximum).
151
-
- **system_name** (*Optional*, string): Override the default System Name TLV (defaults to the value of `esphome.name`, 128 character maximum).
152
-
- **system_description** (*Optional*, string): Override the default System Description TLV (default is the combination of
148
+
- **port** (*Optional*, string): Override the Port-ID TLV value (default: `ETH_DEF`, 128 character maximum).
149
+
- **system_name** (*Optional*, string): Override the System Name TLV (defaults to the value of `esphome.name`, 128 character maximum).
150
+
- **system_description** (*Optional*, string): Override the System Description TLV (default is the combination of
153
151
`esphome.project.name`and `esphome.project.version` if these are set, otherwise of the form `ESPHome.io
154
152
<esphome-version> <board-name>`, 128 character maximum).
155
153
- **tx_fast_count** (*Optional*, int): number of packets to burst upon startup or reconnect (1-8, default 4)
0 commit comments