core/homeassistant/components/mqtt
Jan Bouwhuis ee21bc5d7f
Allow MQTT device_class or state_class to be set as `None` (#85106)
* Allow MQTT device_class to be set as `None`

* Add test

* Also allow sensor state_class to be `None`
2023-01-04 15:21:07 +01:00
..
light
translations
vacuum
__init__.py
abbreviations.py
alarm_control_panel.py
binary_sensor.py Allow MQTT device_class or state_class to be set as `None` (#85106) 2023-01-04 15:21:07 +01:00
button.py Allow MQTT device_class or state_class to be set as `None` (#85106) 2023-01-04 15:21:07 +01:00
camera.py
client.py
climate.py
config.py
config_flow.py
config_integration.py
const.py
cover.py Allow MQTT device_class or state_class to be set as `None` (#85106) 2023-01-04 15:21:07 +01:00
debug_info.py
device_automation.py
device_tracker.py
device_trigger.py
diagnostics.py
discovery.py
fan.py
humidifier.py
lock.py
manifest.json
mixins.py
models.py
number.py Allow MQTT device_class or state_class to be set as `None` (#85106) 2023-01-04 15:21:07 +01:00
scene.py Clean up or correct from removed deprecation for MQTT platform (#82684) 2022-11-25 16:11:22 +01:00
select.py Do not reset current selection on reconfig or MQTT select (#85099) 2023-01-04 10:29:53 +01:00
sensor.py Allow MQTT device_class or state_class to be set as `None` (#85106) 2023-01-04 15:21:07 +01:00
services.yaml
siren.py
strings.json
subscription.py
switch.py Allow MQTT device_class or state_class to be set as `None` (#85106) 2023-01-04 15:21:07 +01:00
tag.py
text.py
trigger.py
update.py Allow MQTT device_class or state_class to be set as `None` (#85106) 2023-01-04 15:21:07 +01:00
util.py