Add Ethernet MAC address to ethernet_info (#3887)

This commit is contained in:
Pieter Viljoen 2024-06-03 19:57:07 -07:00 committed by GitHub
parent e520d41dc6
commit bb460cd41d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,8 @@ via text sensors.
name: ESP IP Address 4 name: ESP IP Address 4
dns_address: dns_address:
name: ESP DNS Address name: ESP DNS Address
mac_address:
name: ESP MAC Address
Configuration variables: Configuration variables:
@ -38,6 +40,8 @@ Configuration variables:
:ref:`Text Sensor <config-text_sensor>`. :ref:`Text Sensor <config-text_sensor>`.
- **dns_address** (*Optional*): Expose the DNS Address of the ESP as text sensor. - **dns_address** (*Optional*): Expose the DNS Address of the ESP as text sensor.
:ref:`Text Sensor <config-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 See Also
-------- --------