mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
Add Ethernet MAC address to ethernet_info (#3887)
This commit is contained in:
parent
e520d41dc6
commit
bb460cd41d
@ -27,6 +27,8 @@ via text sensors.
|
||||
name: ESP IP Address 4
|
||||
dns_address:
|
||||
name: ESP DNS Address
|
||||
mac_address:
|
||||
name: ESP MAC Address
|
||||
|
||||
|
||||
Configuration variables:
|
||||
@ -38,6 +40,8 @@ Configuration variables:
|
||||
:ref:`Text Sensor <config-text_sensor>`.
|
||||
- **dns_address** (*Optional*): Expose the DNS Address of the ESP as text sensor.
|
||||
:ref:`Text Sensor <config-text_sensor>`.
|
||||
- **mac_address** (*Optional*): Expose the MAC Address of the ESP as text sensor.
|
||||
:ref:`Text Sensor <config-text_sensor>`.
|
||||
|
||||
See Also
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user