1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-22 03:33:52 +01:00

feat(MQTT): Add subscribe QoS to discovery (#7648)

This commit is contained in:
Rodrigo Martín
2024-10-22 05:38:25 +02:00
committed by GitHub
parent 2597975ae0
commit a932ca2f64
7 changed files with 20 additions and 1 deletions

View File

@@ -819,6 +819,7 @@ CONF_STOP = "stop"
CONF_STOP_ACTION = "stop_action"
CONF_STORE_BASELINE = "store_baseline"
CONF_SUBNET = "subnet"
CONF_SUBSCRIBE_QOS = "subscribe_qos"
CONF_SUBSTITUTIONS = "substitutions"
CONF_SUM = "sum"
CONF_SUPPLEMENTAL_COOLING_ACTION = "supplemental_cooling_action"