From 6ba642635ca60bca468062641a06979d557447ff Mon Sep 17 00:00:00 2001 From: Jimmy Hedman Date: Fri, 12 Apr 2024 06:01:13 +0200 Subject: [PATCH] Add DNS sensor (#3721) --- components/text_sensor/ethernet_info.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/text_sensor/ethernet_info.rst b/components/text_sensor/ethernet_info.rst index 7acc81ec7..cbcd0418a 100644 --- a/components/text_sensor/ethernet_info.rst +++ b/components/text_sensor/ethernet_info.rst @@ -25,6 +25,8 @@ via text sensors. name: ESP IP Address 3 address_4: name: ESP IP Address 4 + dns_address: + name: ESP DNS Address Configuration variables: @@ -34,6 +36,8 @@ Configuration variables: :ref:`Text Sensor `. - **address_0-address_4** (*Optional*): With dual stack (IPv4 and IPv6) the device will have at least two IP addresses -- often more. To report all addresses the configuration may have up to five sub-sensors. All options from :ref:`Text Sensor `. +- **dns_address** (*Optional*): Expose the DNS Address of the ESP as text sensor. + :ref:`Text Sensor `. See Also --------