hass-core/homeassistant/components/mqtt
Jan Bouwhuis c3fc19915e
Mqtt fan fail deprecated options for classic speeds (#58992)
* Fail deprecated options

* new removed validator

* correct module_name - add tests

* Add test cant find module cv.removed

* module name from stack+1

* Remove error from log. Just throw.

* assert on thrown exception text

* cleanup formatting remove KeyStyleAdapter

* format the replacement_key and update test

* deprecated vs removed - add raise_if_present opt

* doc string update

* is deprecated
2021-11-04 17:54:27 +01:00
..
device_tracker Allow extra keys in MQTT discovery messages (#58390) 2021-10-25 13:47:06 +02:00
light Avoid service call in MQTT async_publish function (#58441) 2021-10-28 08:13:32 +02:00
translations [ci skip] Translation update 2021-11-04 00:12:21 +00:00
vacuum Avoid service call in MQTT async_publish function (#58441) 2021-10-28 08:13:32 +02:00
__init__.py Avoid service call in MQTT async_publish function (#58441) 2021-10-28 08:13:32 +02:00
abbreviations.py Move configuration_url abbreviation to MQTT DEVICE_ABBREVIATIONS const (#58313) 2021-10-24 11:35:46 +02:00
alarm_control_panel.py Avoid service call in MQTT async_publish function (#58441) 2021-10-28 08:13:32 +02:00
binary_sensor.py Allow extra keys in MQTT discovery messages (#58390) 2021-10-25 13:47:06 +02:00
camera.py Allow extra keys in MQTT discovery messages (#58390) 2021-10-25 13:47:06 +02:00
climate.py Avoid service call in MQTT async_publish function (#58441) 2021-10-28 08:13:32 +02:00
config_flow.py Fix MQTT add-on discovery to be ignorable (#55250) 2021-08-26 11:14:42 +02:00
const.py MQTT rework constants (#57529) 2021-10-12 11:26:38 +02:00
cover.py Avoid service call in MQTT async_publish function (#58441) 2021-10-28 08:13:32 +02:00
debug_info.py Use assignment expressions 34 (#58823) 2021-10-31 19:01:16 +01:00
device_automation.py Cleanup unused loggers (#46510) 2021-02-14 13:46:58 +01:00
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 Mqtt fan fail deprecated options for classic speeds (#58992) 2021-11-04 17:54:27 +01:00
humidifier.py Avoid service call in MQTT async_publish function (#58441) 2021-10-28 08:13:32 +02:00
lock.py Avoid service call in MQTT async_publish function (#58441) 2021-10-28 08:13:32 +02:00
manifest.json Add support for IoT class in manifest (#46935) 2021-04-15 10:21:38 +02:00
mixins.py Use DeviceInfo in mqtt (#58389) 2021-10-25 13:46:09 +02:00
models.py Minor improvements of MQTT typing (#52578) 2021-07-06 14:38:48 +02:00
number.py Add command_template to MQTT number platform (#58949) 2021-11-02 18:21:49 +01:00
scene.py Avoid service call in MQTT async_publish function (#58441) 2021-10-28 08:13:32 +02:00
select.py Add command_template to mqtt select platform (#58934) 2021-11-02 17:33:23 +01:00
sensor.py Allow extra keys in MQTT discovery messages (#58390) 2021-10-25 13:47:06 +02:00
services.yaml Wrap up selectors (#50794) 2021-05-25 14:45:17 +02:00
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 device_class to MQTT switch (#58931) 2021-11-02 17:40:05 +01:00
tag.py Allow extra keys in MQTT discovery messages (#58390) 2021-10-25 13:47:06 +02:00
trigger.py MQTT rework constants (#57529) 2021-10-12 11:26:38 +02:00
util.py Support templating MQTT triggers (#45614) 2021-02-08 10:50:38 +01:00