core/homeassistant/components/mqtt
Jan Bouwhuis 2e34814d7a
Fix reload of MQTT config entries (#76089)
* Wait for unsubscribes

* Spelling comment

* Remove notify_all() during _register_mid()

* Update homeassistant/components/mqtt/client.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Correct handling reload manual set up MQTT items

* Save and restore device trigger subscriptions

* Clarify we are storing all remaining subscriptions

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-09-02 18:54:20 +02:00
..
device_tracker
light Add cv.deprecated to MQTT modern schema's too (#76884) 2022-08-19 11:12:47 +02:00
translations [ci skip] Translation update 2022-09-02 00:25:46 +00:00
vacuum
__init__.py Fix reload of MQTT config entries (#76089) 2022-09-02 18:54:20 +02:00
abbreviations.py Support configuring the mode of MQTT number entities (#77478) 2022-08-30 12:47:35 +02:00
alarm_control_panel.py
binary_sensor.py
button.py
camera.py
client.py Fix reload of MQTT config entries (#76089) 2022-09-02 18:54:20 +02:00
climate.py Add cv.deprecated to MQTT modern schema's too (#76884) 2022-08-19 11:12:47 +02:00
config.py
config_flow.py
config_integration.py
const.py Fix reload of MQTT config entries (#76089) 2022-09-02 18:54:20 +02:00
cover.py Add cv.deprecated to MQTT modern schema's too (#76884) 2022-08-19 11:12:47 +02:00
debug_info.py
device_automation.py
device_trigger.py
diagnostics.py
discovery.py
fan.py Add cv.deprecated to MQTT modern schema's too (#76884) 2022-08-19 11:12:47 +02:00
humidifier.py
lock.py
manifest.json
mixins.py Fix reload of MQTT config entries (#76089) 2022-09-02 18:54:20 +02:00
models.py Add `this` object to MQTT templates (#77142) 2022-08-23 08:43:07 +02:00
number.py Support configuring the mode of MQTT number entities (#77478) 2022-08-30 12:47:35 +02:00
scene.py
select.py
sensor.py
services.yaml
siren.py
strings.json Add repair for deprecated MQTT yaml config (#77174) 2022-08-25 13:30:05 +02:00
subscription.py
switch.py
tag.py
trigger.py
util.py