Skip to content

Commit 415231f

Browse files
committed
Add MQTT select subentry support
1 parent 5783cef commit 415231f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

source/_integrations/mqtt.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ MQTT Devices and entities can be set up through [MQTT -discovery](#mqtt-discover
133133
- [Lock](/integrations/lock.mqtt/)
134134
- [Notify](/integrations/notify.mqtt/)
135135
- [Number](/integrations/number.mqtt/)
136+
- [Select](/integrations/select.mqtt/)
136137
- [Sensor](/integrations/sensor.mqtt/)
137138
- [Switch](/integrations/switch.mqtt/)
138139

source/_integrations/select.mqtt.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The `mqtt` Select platform allows you to integrate devices that might expose con
1212

1313
## Configuration
1414

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

1818
```yaml

0 commit comments

Comments
 (0)