From 2248dcb60990ada86eb0c8c9bcb643e484af56ec Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Sat, 5 Oct 2024 12:28:42 +0200 Subject: [PATCH] Clearify the use of the mqtt sensor `options` option (#35084) --- source/_integrations/sensor.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/sensor.mqtt.markdown b/source/_integrations/sensor.mqtt.markdown index 8f8bc9927b4..e3982b60e9c 100644 --- a/source/_integrations/sensor.mqtt.markdown +++ b/source/_integrations/sensor.mqtt.markdown @@ -166,7 +166,7 @@ object_id: required: false type: string options: - description: List of allowed sensor state value. An empty list is not allowed. The sensor's `device_class` should be set to `enum`. Cannot be used together with `state_class` or `unit_of_measurement`. + description: List of allowed sensor state value. An empty list is not allowed. The sensor's `device_class` must be set to `enum`. The `options` option cannot be used together with `state_class` or `unit_of_measurement`. required: false type: list payload_available: