hass-core/homeassistant/components/mqtt
Jan Bouwhuis 5d9e462118
Add repair for deprecated MQTT yaml config ()
* Add repair for deprecated MQTT yaml config

* Update homeassistant/components/mqtt/strings.json

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

* Update homeassistant/components/mqtt/strings.json

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Add restart instruction

* Update homeassistant/components/mqtt/strings.json

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update English translation

* update issue_registry imports

* Update homeassistant/components/mqtt/manifest.json

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-25 13:30:05 +02:00
..
device_tracker Address some MQTT review comments () 2022-07-22 11:12:00 +02:00
light Add cv.deprecated to MQTT modern schema's too () 2022-08-19 11:12:47 +02:00
translations Add repair for deprecated MQTT yaml config () 2022-08-25 13:30:05 +02:00
vacuum
__init__.py Make sure all discovery flows are using the helper () 2022-08-12 09:25:23 -04:00
abbreviations.py Add hw_version to MQTT device info () 2022-08-25 11:55:33 +02:00
alarm_control_panel.py
binary_sensor.py
button.py
camera.py Fix MQTT camera encoding () 2022-08-15 08:26:17 +02:00
client.py Improve mqtt MessageCallback typing () 2022-07-26 03:04:19 +02:00
climate.py Add cv.deprecated to MQTT modern schema's too () 2022-08-19 11:12:47 +02:00
config.py
config_flow.py
config_integration.py
const.py
cover.py Add cv.deprecated to MQTT modern schema's too () 2022-08-19 11:12:47 +02:00
debug_info.py
device_automation.py
device_trigger.py Use TriggerActionType [core, l-m] () 2022-08-15 17:39:55 +02:00
diagnostics.py
discovery.py Improve MQTT warning message on illegal discovery topic () 2022-08-10 09:38:40 -04:00
fan.py Add cv.deprecated to MQTT modern schema's too () 2022-08-19 11:12:47 +02:00
humidifier.py
lock.py
manifest.json
mixins.py Add repair for deprecated MQTT yaml config () 2022-08-25 13:30:05 +02:00
models.py Add this object to MQTT templates () 2022-08-23 08:43:07 +02:00
number.py Improve type hints in demo and mqtt number entity () 2022-08-11 00:10:28 +02:00
scene.py
select.py
sensor.py
services.yaml
siren.py
strings.json Add repair for deprecated MQTT yaml config () 2022-08-25 13:30:05 +02:00
subscription.py
switch.py
tag.py Remove callback decorator from coroutine functions () 2022-07-22 19:09:02 +02:00
trigger.py Use TriggerActionType [core, l-m] () 2022-08-15 17:39:55 +02:00
util.py