core/homeassistant/components/mqtt
Damien Duboeuf 67c2747027
Add MQTT object_id option (#58728)
* Add MQTT object_id option

* Add MQTT object_id option

* Add MQTT object_id option

* Add MQTT object_id option - Fix light and vacuum

* Add MQTT object_id option - Fix light and vacuum

* Add MQTT object_id option - Fix lock

* Add MQTT object_id option - Fix device

* Add MQTT object_id option - Fix device

* Update tests/components/mqtt/test_discovery.py

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

* Change deprecated method

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-11-08 14:02:18 +01:00
..
device_tracker Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
light Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
translations [ci skip] Translation update 2021-11-08 00:12:31 +00:00
vacuum Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
__init__.py Avoid service call in MQTT async_publish function (#58441) 2021-10-28 08:13:32 +02:00
abbreviations.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
alarm_control_panel.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
binary_sensor.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
camera.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
climate.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
config_flow.py
const.py
cover.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
debug_info.py Use assignment expressions 34 (#58823) 2021-10-31 19:01:16 +01:00
device_automation.py
device_trigger.py Allow extra keys in MQTT discovery messages (#58390) 2021-10-25 13:47:06 +02:00
discovery.py Use assignment expressions 29 (#58713) 2021-10-30 16:31:43 +02:00
fan.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
humidifier.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
lock.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
manifest.json Add support for IoT class in manifest (#46935) 2021-04-15 10:21:38 +02:00
mixins.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
models.py
number.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
scene.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
select.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
sensor.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
services.yaml
strings.json
subscription.py
switch.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
tag.py Allow extra keys in MQTT discovery messages (#58390) 2021-10-25 13:47:06 +02:00
trigger.py
util.py