core/homeassistant/components/mqtt
J. Nick Koston 66b105fb21
Reduce creation of MQTT related discovery tasks (#90801)
* Reduce creation of MQTT related discovery tasks

Most of the branching can avoid creating a task as it
did not need to await for the majority of cases. We
fallback to creating a task for the cases were we do
need to await.

* comment

* revert
2023-04-08 23:14:22 -04:00
..
light
vacuum
__init__.py Rework MQTT config merging and adding defaults (#90529) 2023-04-04 18:12:18 +02:00
abbreviations.py
alarm_control_panel.py
binary_sensor.py
button.py
camera.py
client.py Rework MQTT config merging and adding defaults (#90529) 2023-04-04 18:12:18 +02:00
climate.py
config.py
config_flow.py
config_integration.py Rework MQTT config merging and adding defaults (#90529) 2023-04-04 18:12:18 +02:00
const.py
cover.py
debug_info.py
device_automation.py
device_tracker.py
device_trigger.py
diagnostics.py
discovery.py Reduce creation of MQTT related discovery tasks (#90801) 2023-04-08 23:14:22 -04:00
fan.py
humidifier.py
lock.py
manifest.json
mixins.py Reduce creation of MQTT related discovery tasks (#90801) 2023-04-08 23:14:22 -04:00
models.py Rework MQTT config merging and adding defaults (#90529) 2023-04-04 18:12:18 +02:00
number.py
scene.py
select.py
sensor.py
services.yaml
siren.py
strings.json
subscription.py
switch.py
tag.py
text.py
trigger.py
update.py
util.py Rework MQTT config merging and adding defaults (#90529) 2023-04-04 18:12:18 +02:00