mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-26 22:21:38 +01:00
WiFi Signal add screenshot
This commit is contained in:
parent
98075e0526
commit
e2c7ddbe2c
BIN
esphomeyaml/components/sensor/images/wifi_signal-ui.png
Normal file
BIN
esphomeyaml/components/sensor/images/wifi_signal-ui.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
@ -4,6 +4,13 @@ WiFi Signal Sensor
|
||||
The ``wifi_signal`` sensor platform allows you to read the signal
|
||||
strength of the currently connected WiFi Access Point.
|
||||
|
||||
The sensor value is the `"Received signal strength indication" <https://en.wikipedia.org/wiki/Received_signal_strength_indication>`__
|
||||
measured in decibels. These values are always negative and the closer they are to zero, the better the signal is.
|
||||
|
||||
.. figure:: images/wifi_signal-ui.png
|
||||
:align: center
|
||||
:width: 80.0%
|
||||
|
||||
.. code:: yaml
|
||||
|
||||
# Example configuration entry
|
||||
@ -13,7 +20,7 @@ strength of the currently connected WiFi Access Point.
|
||||
update_interval: 15s
|
||||
|
||||
Configuration variables:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
------------------------
|
||||
|
||||
- **name** (**Required**, string): The name of the hall effect sensor.
|
||||
- **update_interval** (*Optional*, :ref:`config-time`): The interval
|
||||
@ -27,7 +34,7 @@ Configuration variables:
|
||||
if the device is acting as an access point without any station mode connection.
|
||||
|
||||
See Also
|
||||
^^^^^^^^
|
||||
--------
|
||||
|
||||
- :ref:`sensor-filters`
|
||||
- :doc:`adc`
|
||||
|
Loading…
Reference in New Issue
Block a user