update doc DNS Address (#2919)

This commit is contained in:
Christian 2023-05-17 05:29:23 +01:00 committed by GitHub
parent 971184fefe
commit 04256bc1ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,8 @@ via text sensors.
name: ESP Mac Wifi Address
scan_results:
name: ESP Latest Scan Results
dns_address:
name: ESP DNS Address
Configuration variables:
------------------------
@ -37,6 +39,9 @@ Configuration variables:
:ref:`Text Sensor <config-text_sensor>`.
- **scan_results** (*Optional*): Expose the latest networks found during the latest scan. All options from
: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>`.
See Also
--------