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
3 changes: 3 additions & 0 deletions source/_integrations/notify.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ The **MQTT notify** platform lets you send an MQTT message when the `send_messag

## Configuration

To use an MQTT notify entity in your installation, [add a 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 %}

To use an MQTT notify entity in your installation, add the following to your {% term "`configuration.yaml`" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}

Expand Down
3 changes: 2 additions & 1 deletion source/_integrations/sensor.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ This `mqtt` sensor platform uses the MQTT message payload as the sensor value. I

## Configuration

To use an MQTT sensor in your installation, add the following to your {% term "`configuration.yaml`" %} file.

To use an MQTT sensor in your installation, [add a 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
2 changes: 1 addition & 1 deletion source/_integrations/switch.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ When a `state_topic` is not available, the switch will work in optimistic mode.

Optimistic mode can be forced, even if the `state_topic` is available. Try to enable it, if experiencing incorrect switch operation.

To use an MQTT switch in your installation, add the following to your {% term "`configuration.yaml`" %} file.
To use an MQTT switch in your installation, [add a 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