From 89bdc8c7eee588bebb54e3862ea1e24942a7b495 Mon Sep 17 00:00:00 2001 From: Gustavo Ambrozio Date: Wed, 22 Sep 2021 01:44:24 -1000 Subject: [PATCH] Adding docs to new scan results text sensor. (#1054) --- components/text_sensor/wifi_info.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/text_sensor/wifi_info.rst b/components/text_sensor/wifi_info.rst index c5f94b661..28ea7f6ce 100644 --- a/components/text_sensor/wifi_info.rst +++ b/components/text_sensor/wifi_info.rst @@ -21,6 +21,8 @@ via text sensors. name: ESP Connected BSSID mac_address: name: ESP Mac Wifi Address + scan_results: + name: ESP Latest Scan Results Configuration variables: ------------------------ @@ -33,6 +35,8 @@ Configuration variables: :ref:`Text Sensor `. - **mac_address** (*Optional*): Expose the Mac Address of the WiFi card. All options from :ref:`Text Sensor `. +- **scan_results** (*Optional*): Expose the latest networks found during the latest scan. All options from + :ref:`Text Sensor `. See Also --------