Adding docs to new scan results text sensor. (#1054)

This commit is contained in:
Gustavo Ambrozio 2021-09-22 01:44:24 -10:00 committed by GitHub
parent 3bd14a66ac
commit 89bdc8c7ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
-------- --------