diff --git a/source/_integrations/number.mqtt.markdown b/source/_integrations/number.mqtt.markdown index 26ba4e7db6c..1041576eaea 100644 --- a/source/_integrations/number.mqtt.markdown +++ b/source/_integrations/number.mqtt.markdown @@ -16,11 +16,29 @@ To enable MQTT Number in your installation, add the following to your `configura ```yaml # Example configuration.yaml entry +mqtt: + number: + - command_topic: my-device/threshold +``` + + +{% details "Previous configuration format" %} + +The configuration format of manual configured MQTT items has changed. +The old format that places configurations under the `number` platform key +should no longer be used and is deprecated. + +The above example shows the new and modern way, +this is the previous/old example: + +```yaml number: - platform: mqtt command_topic: my-device/threshold ``` +{% enddetails %} + {% configuration %} availability: description: A list of MQTT topics subscribed to receive availability (online/offline) updates. Must not be used together with `availability_topic`.