Add subentry support for MQTT siren (#41276)

This commit is contained in:
Jan Bouwhuis 2025-10-14 16:46:00 +02:00 committed by GitHub
parent 63c642dffd
commit 40eebd7b90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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