WiFi Info Text Sensor ===================== .. seo:: :description: Instructions for setting up wifi info text sensors. :image: network-wifi.png The ``wifi_info`` text sensor platform exposes different wifi information via text sensors. .. code-block:: yaml # Example configuration entry text_sensor: - platform: wifi_info ip_address: name: ESP IP Address ssid: name: ESP Connected SSID bssid: name: ESP Connected BSSID Configuration variables: ------------------------ - **ip_address** (*Optional*): Expose the IP Address of the ESP as a text sensor. All options from :ref:`Text Sensor `. - **ssid** (*Optional*): Expose the SSID of the currently connected WiFi network as a text sensor. All options from :ref:`Text Sensor `. - **bssid** (*Optional*): Expose the BSSID of the currently connected WiFi network as a text sensor. All options from :ref:`Text Sensor `. See Also -------- - :apiref:`text_sensor/wifi_info.h` - :ghedit:`Edit` .. disqus::