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 Add hs_command_template and xy_command_template to mqtt light default schema (#84988) 2023-01-03 12:58:00 +01:00
translations [ci skip] Translation update 2023-01-04 00:22:58 +00:00
vacuum
__init__.py
abbreviations.py Add MQTT climate setting for current humidity (#84592) 2023-01-03 22:57:20 +01:00
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 Correct initial config of MQTT climate (#85097) 2023-01-04 10:29:02 +01:00
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
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