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