Skip to content

Commit

Permalink
feat(MQTT): Add subscribe QoS to discovery (#4363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapsssito authored Oct 22, 2024
1 parent 5df5a61 commit b66531a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/mqtt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,8 @@ Configuration variables:
be retained. Defaults to ``true``.
- **discovery** (*Optional*, boolean): Manually enable/disable
discovery for a component. Defaults to the global default.
- **subscribe_qos** (*Optional*, int): The [Quality of Service](https://www.hivemq.com/blog/mqtt-essentials-part-6-mqtt-quality-of-service-levels/)
level advertised in discovery for subscribing (only if discovery is enabled). Defaults to 0.
- **availability** (*Optional*): Manually set what should be sent to
Home Assistant for showing entity availability. Default derived from
:ref:`global birth/last will message <mqtt-last_will_birth>`.
Expand Down

0 comments on commit b66531a

Please sign in to comment.