mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-05 09:20:08 +01:00
Add DNS sensor (#3721)
This commit is contained in:
parent
cc0dc1dccb
commit
6ba642635c
@ -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 <config-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 <config-text_sensor>`.
|
||||
- **dns_address** (*Optional*): Expose the DNS Address of the ESP as text sensor.
|
||||
:ref:`Text Sensor <config-text_sensor>`.
|
||||
|
||||
See Also
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user