hass-core/homeassistant/components/mqtt
Jan Bouwhuis 7fde2e2fe0
Do not unsubscribe mqtt integration discovery if entry is already configured (#126907)
* Do not unsubscribe mqtt integration discovery if entry is already configured

* Test cases without unsubscribe
2024-09-27 17:28:51 +02:00
..
light Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
__init__.py Fix Import ReceivePayloadType (#124431) 2024-08-22 20:13:30 +02:00
abbreviations.py Cleanup removed options for mqtt climate (#125083) 2024-09-02 20:35:36 +02:00
addon.py Install and start Mosquitto MQTT broker add on from MQTT config flow (#124106) 2024-08-22 09:07:45 +02:00
alarm_control_panel.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
async_client.py
binary_sensor.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
button.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
camera.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
client.py Subscribe per component for MQTT discovery (#119974) 2024-08-20 17:02:48 +02:00
climate.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
config.py
config_flow.py Use root import in components (#125858) 2024-09-12 22:21:21 +02:00
config_integration.py
const.py Allow to set options for an MQTT enum sensor (#123248) 2024-08-22 19:16:08 +02:00
cover.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
debug_info.py Fix issue where an MQTT device is removed linked to two config entries (#120430) 2024-06-26 09:14:33 +02:00
device_automation.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
device_tracker.py Use vol.Coerce for SourceType in mqtt device_tracker (#126594) 2024-09-24 19:09:19 +02:00
device_trigger.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
diagnostics.py
discovery.py Do not unsubscribe mqtt integration discovery if entry is already configured (#126907) 2024-09-27 17:28:51 +02:00
entity.py Cleanup unused protocol class for mqtt entity setup (#126276) 2024-09-19 21:29:14 +02:00
event.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
fan.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
humidifier.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
icons.json Update icons.json to new service schema part 3 (#124770) 2024-08-28 13:48:01 +02:00
image.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
lawn_mower.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
lock.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
manifest.json
models.py Allow raw mqtt payload to be in mqtt publish action (#123900) 2024-08-16 13:34:14 +02:00
notify.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
number.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
scene.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
schemas.py Support DeviceInfo.model_id in MQTT integration (#123152) 2024-08-04 23:02:41 +02:00
select.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
sensor.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
services.yaml Allow raw mqtt payload to be in mqtt publish action (#123900) 2024-08-16 13:34:14 +02:00
siren.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
strings.json Use bold to markup UI strings (#126748) 2024-09-25 15:33:23 +02:00
subscription.py
switch.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
tag.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
text.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
trigger.py Simplify imports in mqtt (#125749) 2024-09-11 18:14:00 +02:00
update.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
util.py Increase mqtt availablity timeout to 50s (#120760) 2024-06-28 10:50:55 -05:00
vacuum.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00
valve.py Change valve state to an enum (#126428) 2024-09-23 14:20:18 +02:00
water_heater.py Rename mqtt mixins module to entity.py (#126279) 2024-09-19 20:50:33 +02:00