mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Adding docs to new scan results text sensor. (#1054)
This commit is contained in:
parent
3bd14a66ac
commit
89bdc8c7ee
@ -21,6 +21,8 @@ via text sensors.
|
|||||||
name: ESP Connected BSSID
|
name: ESP Connected BSSID
|
||||||
mac_address:
|
mac_address:
|
||||||
name: ESP Mac Wifi Address
|
name: ESP Mac Wifi Address
|
||||||
|
scan_results:
|
||||||
|
name: ESP Latest Scan Results
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
------------------------
|
------------------------
|
||||||
@ -33,6 +35,8 @@ Configuration variables:
|
|||||||
:ref:`Text Sensor <config-text_sensor>`.
|
:ref:`Text Sensor <config-text_sensor>`.
|
||||||
- **mac_address** (*Optional*): Expose the Mac Address of the WiFi card. All options from
|
- **mac_address** (*Optional*): Expose the Mac Address of the WiFi card. All options from
|
||||||
:ref:`Text Sensor <config-text_sensor>`.
|
: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>`.
|
||||||
|
|
||||||
See Also
|
See Also
|
||||||
--------
|
--------
|
||||||
|
Loading…
Reference in New Issue
Block a user