hass-core/homeassistant/components/mqtt
Jan Bouwhuis 457ce195dd
Add mqtt entity attributes command templates (#61937)
* Add entity variables to MqttCommandTemplate

* missing command template update

* make hass and entity conditional parameters

* Add encoding support for publishing

* Revert "Add encoding support for publishing"

This reverts commit b69b9c60ec.
2022-01-03 15:10:15 +01:00
..
device_tracker Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
light Add mqtt entity attributes command templates (#61937) 2022-01-03 15:10:15 +01:00
translations [ci skip] Translation update 2022-01-03 00:14:23 +00:00
vacuum Add mqtt encoding support for publishing (#62739) 2022-01-03 09:03:47 +01:00
__init__.py Add mqtt entity attributes command templates (#61937) 2022-01-03 15:10:15 +01:00
abbreviations.py Add MQTT availability template and encoding (#60470) 2021-12-02 10:21:31 +01:00
alarm_control_panel.py Add mqtt entity attributes command templates (#61937) 2022-01-03 15:10:15 +01:00
binary_sensor.py Add basic type hints to mqtt (#62875) 2022-01-03 08:53:52 +01:00
button.py Add mqtt encoding support for publishing (#62739) 2022-01-03 09:03:47 +01:00
camera.py Add basic type hints to mqtt (#62875) 2022-01-03 08:53:52 +01:00
climate.py Add mqtt entity attributes command templates (#61937) 2022-01-03 15:10:15 +01:00
config_flow.py Use dataclass for HassioServiceInfo (#60824) 2021-12-03 14:05:56 +01:00
const.py Add mqtt sensor configurable state encoding for sensor and binary_sensor platform (#60447) 2021-11-30 14:04:24 +01:00
cover.py Add mqtt entity attributes command templates (#61937) 2022-01-03 15:10:15 +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 Move MqttServiceInfo to init.py (#60905) 2021-12-03 19:34:48 +01:00
fan.py Add mqtt entity attributes command templates (#61937) 2022-01-03 15:10:15 +01:00
humidifier.py Add mqtt entity attributes command templates (#61937) 2022-01-03 15:10:15 +01:00
lock.py Add mqtt encoding support for publishing (#62739) 2022-01-03 09:03:47 +01:00
manifest.json Bump paho-mqtt to 1.6.1 (#59339) 2021-11-08 18:16:44 +01:00
mixins.py Refactor entity_category str types (#62790) 2021-12-27 18:23:08 +01:00
models.py
number.py Add mqtt entity attributes command templates (#61937) 2022-01-03 15:10:15 +01:00
scene.py Add mqtt encoding support for publishing (#62739) 2022-01-03 09:03:47 +01:00
select.py Add mqtt entity attributes command templates (#61937) 2022-01-03 15:10:15 +01:00
sensor.py Add basic type hints to mqtt (#62875) 2022-01-03 08:53:52 +01:00
services.yaml
strings.json Fix MQTT add-on discovery to be ignorable (#55250) 2021-08-26 11:14:42 +02:00
subscription.py Import Callable from collections.abc (4) (#56778) 2021-09-29 16:15:36 +02:00
switch.py Add mqtt encoding support for publishing (#62739) 2022-01-03 09:03:47 +01:00
tag.py Allow extra keys in MQTT discovery messages (#58390) 2021-10-25 13:47:06 +02:00
trigger.py Add mqtt sensor configurable state encoding for sensor and binary_sensor platform (#60447) 2021-11-30 14:04:24 +01:00
util.py