Skip to content

Commit 70985dd

Browse files
authored
uptime text sensor docs (#4590)
1 parent 7e4e87a commit 70985dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/text_sensor/uptime.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ The ``uptime`` text sensor provides a human-readable representation the time sin
1717
Configuration variables:
1818
------------------------
1919

20-
- **update_interval** (*Optional*, :ref:`config-time`): The sensor reporting interval. Defaults to ``60s``.
20+
- **update_interval** (*Optional*, :ref:`config-time`): The sensor reporting interval. Defaults to ``30s``.
2121
- All other options from :ref:`Text Sensor <config-text_sensor>`.
2222

23+
The resolution of the reported uptime will be determined by the update interval. For example, if the update interval is set to 30 seconds (the default), the uptime will be reported in minutes. Faster updates will result in seconds being reported.
24+
25+
2326
See Also
2427
--------
2528
- :doc:`/components/sensor/uptime`

0 commit comments

Comments
 (0)