Update number.mqtt.markdown (#20791)

This commit is contained in:
JeeCee1 2021-12-21 10:26:27 +01:00 committed by GitHub
parent 084b8133a0
commit 61d904d7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ command_template:
type: template type: template
command_topic: command_topic:
description: The MQTT topic to publish commands to change the number. description: The MQTT topic to publish commands to change the number.
required: false required: true
type: string type: string
device: device:
description: "Information about the device this Number is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/docs/mqtt/discovery/) and when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device." description: "Information about the device this Number is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/docs/mqtt/discovery/) and when [`unique_id`](#unique_id) is set. At least one of identifiers or connections must be present to identify the device."