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.
This commit is contained in:
Chris 2022-06-20 20:57:56 -07:00 committed by GitHub
parent ef560f1d93
commit a15796d857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ Configuration variables:
------------------------ ------------------------
- **name** (**Required**, string): The name of the text sensor. - **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``. - **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. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
- All other options from :ref:`Text Sensor <config-text_sensor>`. - All other options from :ref:`Text Sensor <config-text_sensor>`.