Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/_integrations/mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ MQTT Devices and entities can be set up through [MQTT -discovery](#mqtt-discover
- [Sensor](/integrations/sensor.mqtt/)
- [Siren](/integrations/siren.mqtt/)
- [Switch](/integrations/switch.mqtt/)
- [Text](/integrations/text.mqtt/)

To add an MQTT device via a Subentry, follow these steps:

Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/text.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `mqtt` Text platform allows you to integrate devices that show text that can

## Configuration

To use an MQTT text entity in your installation, add the following to your {% term "`configuration.yaml`" %} file.
To use an MQTT text entity in your installation, [add an MQTT device as a subentry](/integrations/mqtt/#configuration), or add the following to your {% term "`configuration.yaml`" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}

```yaml
Expand Down