From a15796d857c67d9623894eb7e65bd9e7d0295a2f Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 20 Jun 2022 20:57:56 -0700 Subject: [PATCH] Copy and paste error There was, what I believe to be a copy and paste error carried over from the mqtt sensor which only allows numeric data. --- components/text_sensor/mqtt_subscribe.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/text_sensor/mqtt_subscribe.rst b/components/text_sensor/mqtt_subscribe.rst index b3b63660c..306955c70 100644 --- a/components/text_sensor/mqtt_subscribe.rst +++ b/components/text_sensor/mqtt_subscribe.rst @@ -23,7 +23,7 @@ Configuration variables: ------------------------ - **name** (**Required**, string): The name of the text sensor. -- **topic** (**Required**, string): The MQTT topic to listen for numeric messages. +- **topic** (**Required**, string): The MQTT topic to listen for string data. - **qos** (*Optional*, int): The MQTT QoS to subscribe with. Defaults to ``0``. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. - All other options from :ref:`Text Sensor `.