mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-11 02:43:28 -06:00
Add subentry support for MQTT siren (#41276)
This commit is contained in:
parent
63c642dffd
commit
40eebd7b90
@ -135,6 +135,7 @@ MQTT Devices and entities can be set up through [MQTT -discovery](#mqtt-discover
|
||||
- [Number](/integrations/number.mqtt/)
|
||||
- [Select](/integrations/select.mqtt/)
|
||||
- [Sensor](/integrations/sensor.mqtt/)
|
||||
- [Siren](/integrations/siren.mqtt/)
|
||||
- [Switch](/integrations/switch.mqtt/)
|
||||
|
||||
To add an MQTT device via a Subentry, follow these steps:
|
||||
|
||||
@ -18,7 +18,7 @@ When a `state_topic` is not available, the siren will work in optimistic mode. I
|
||||
|
||||
Optimistic mode can be forced, even if the `state_topic` is available. Try to enable it, if experiencing incorrect operation.
|
||||
|
||||
To use an MQTT siren in your installation, add the following to your {% term "`configuration.yaml`" %} file.
|
||||
To use an MQTT siren 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user