Skip to content

Commit e4deae0

Browse files
committed
Fix list
1 parent 18881f5 commit e4deae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_docs/mqtt/discovery.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ The discovery topic need to follow a specific format:
4242
```
4343

4444
- `<component>`: One of the supported components, eg. `binary_sensor`.
45-
- `<node_id>`: (*Optional*) id of the node providing the topic.
46-
- `<object_id>`: "The ID of the device. This is only to allow for separate topics for each device and is not used for the `entity_id`."
45+
- `<node_id>` (*Optional*): ID of the node providing the topic.
46+
- `<object_id>`: The ID of the device. This is only to allow for separate topics for each device and is not used for the `entity_id`.
4747
- `<>`: The topic `config` or `state` which defines the current action.
4848

4949
The payload will be checked like an entry in your `configuration.yaml` file if a new device is added. This means that missing variables will be filled with the platform's default values. All configuration variables which are *required* must be present in the initial payload send to `/config`.

0 commit comments

Comments
 (0)