hass-core/homeassistant/components/mqtt
Jan Bouwhuis f72cfef7be
Fix MQTT camera encoding (#76124)
* Fix MQTT camera encoding

* Reduce code

* Add test for using image_encoding parameter

* Move deprecation check to validation

* Dependency

* Set correct strings and log warning

* Rename constant

* Use better issue string identifier

* Revert unwanted change to hassio test

* Avoid term `deprecated` in issue description

* Revert changes using the repairs API

* Add a notice when work-a-round will be removed

* Update homeassistant/components/mqtt/camera.py

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

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-08-15 08:26:17 +02:00
..
device_tracker Address some MQTT review comments (#75482) 2022-07-22 11:12:00 +02:00
light Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
translations [ci skip] Translation update 2022-08-14 00:25:47 +00:00
vacuum Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
__init__.py Make sure all discovery flows are using the helper (#76641) 2022-08-12 09:25:23 -04:00
abbreviations.py Fix MQTT camera encoding (#76124) 2022-08-15 08:26:17 +02:00
alarm_control_panel.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
binary_sensor.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
button.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
camera.py Fix MQTT camera encoding (#76124) 2022-08-15 08:26:17 +02:00
client.py Improve mqtt MessageCallback typing (#75614) 2022-07-26 03:04:19 +02:00
climate.py Remove deprecated send_if_off option for MQTT climate (#76293) 2022-08-05 13:17:46 +02:00
config.py Fix MQTT config schema to ensure correct validation (#73619) 2022-06-20 08:51:12 +02:00
config_flow.py Improve type hints in mqtt (#74247) 2022-06-30 21:11:45 +02:00
config_integration.py Fix MQTT config schema to ensure correct validation (#73619) 2022-06-20 08:51:12 +02:00
const.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
cover.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
debug_info.py Add MQTT diagnostics (#66730) 2022-02-18 09:28:49 +01:00
device_automation.py Move MQTT config schemas and client to separate modules (#71995) 2022-05-31 09:32:44 +02:00
device_trigger.py Move MQTT config schemas and client to separate modules (#71995) 2022-05-31 09:32:44 +02:00
diagnostics.py Add MQTT diagnostics (#66730) 2022-02-18 09:28:49 +01:00
discovery.py Improve MQTT warning message on illegal discovery topic (#76545) 2022-08-10 09:38:40 -04:00
fan.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
humidifier.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
lock.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
manifest.json
mixins.py Fix implicit Optional [core] (#76719) 2022-08-13 18:46:08 +02:00
models.py Improve mqtt MessageCallback typing (#75614) 2022-07-26 03:04:19 +02:00
number.py Improve type hints in demo and mqtt number entity (#76464) 2022-08-11 00:10:28 +02:00
scene.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
select.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
sensor.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
services.yaml Prettify yaml (services.yaml) (#68878) 2022-03-30 09:48:06 +02:00
siren.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
strings.json
subscription.py Fix race when handling updated MQTT discovery data (#65415) 2022-02-02 17:12:22 -08:00
switch.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00
tag.py Remove callback decorator from coroutine functions (#75626) 2022-07-22 19:09:02 +02:00
trigger.py Switch mqtt to use json helper (#73871) 2022-06-23 14:29:09 +02:00
util.py Mqtt support config_entry unload (#70149) 2022-07-12 11:07:18 +02:00