You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Ambient humidity status**\*: Ambient humidity status relative to the thresholds, with the available states: `good`, `warning-low`, `critical-low`, `warning-high`, and `critical-high`
140
140
-**Ambient temperature (°C)**\*: Ambient temperature
141
141
-**Ambient temperature status**\*: Ambient temperature status relative to the thresholds, with the available states: `good`, `warning-low`, `critical-low`, `warning-high`, and `critical-high`
@@ -334,12 +334,6 @@ output.voltage.nominal: 120
334
334
Use the values from the left hand column. Support is included for most
335
335
values with `ups`, `battery`, `input` and `output` prefixes.
336
336
337
-
## UPS Status - human-readable version
338
-
339
-
An additional virtual sensor type `ups.status.display` is available
340
-
translating the UPS status value retrieved from `ups.status` into a
Copy file name to clipboardExpand all lines: source/_integrations/sensor.mqtt.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ state_class:
201
201
required: false
202
202
type: string
203
203
state_topic:
204
-
description: The MQTT topic subscribed to receive sensor values. If `device_class`, `state_class`, `unit_of_measurement` or `suggested_display_precision` is set, and a numeric value is expected, an empty value `''` will be ignored and will not update the state, a `'null'` value will set the sensor to an `unknown` state. The `device_class` can be `null`.
204
+
description: The MQTT topic subscribed to receive sensor values. If `device_class`, `state_class`, `unit_of_measurement` or `suggested_display_precision` is set, and a numeric value is expected, an empty value `''` will be ignored and will not update the state, a `'None'` value will set the sensor to an `unknown` state. If a `value_template` is used to parse a JSON payload, a `null` value in the JSON [will be rendered as]((/docs/configuration/templating/#using-value-templates-with-mqtt)) `'None'`. Note that the `device_class` can be `null`.
Copy file name to clipboardExpand all lines: source/_integrations/system_log.markdown
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ha_domain: system_log
9
9
ha_integration_type: system
10
10
---
11
11
12
-
The `system_log` integration stores information about all logged errors and warnings in Home Assistant. To view your logs, navigate to **Settings**-> **System**-> **Logs**. In order to not overload Home Assistant with log data, only the 50 last errors and warnings will be stored. Older entries are automatically discarded from the log. It is possible to change the number of stored log entries using the parameter `max_entries`.
12
+
The `system_log` integration stores information about all logged errors and warnings in Home Assistant. To view your logs, navigate to {% my logs title="**Settings** > **System** > **Logs**" %} (condensed and full raw logs are available). In order to not overload Home Assistant with log data, only the 50 last errors and warnings will be stored inside a condensed log. Older entries are automatically discarded from a condensed log; a full raw log keeps all records. It is possible to change the number of stored log entries in a condensed log using the parameter `max_entries`.
13
13
14
14
## Configuration
15
15
@@ -22,7 +22,7 @@ system_log:
22
22
23
23
{% configuration %}
24
24
max_entries:
25
-
description: Number of entries to store (older entries are discarded).
25
+
description: Number of entries to store in a condensed log (older entries are discarded).
0 commit comments