mirror of
https://github.com/home-assistant/core.git
synced 2025-06-01 19:57:07 +00:00

* New mqtt humidifier platform * Add humidifier platform * Leave out humidity step * Use humidity in constant for payload reset * change TARGET_HUMIDITY_RESET payload name * _attr_max_humidity not assigned correctly * _target_humidity_range has a zero base * align CONF_TARGET_HUMIDITY_MIN and MAX with model * shorter topics for humidity_range * Converts float to int from template * new humidifier abbreviations * Add common module to support tests * Add tests * Addtional testing * Always require target_humidity_command_topic * Typo * use available_modes to align entity model * use avail_modes not modes to avoid conflict * typo target_humidity_value_template * Allign modes and templates with climate platform * mode_state_template * target_humidity_state_template * Typo in platform name * Remove humidity_range feature and common lib * Update homeassistant/components/mqtt/humidifier.py Use vol.In, not regex Co-authored-by: Erik Montnemery <erik@montnemery.com> * black * Update homeassistant/components/mqtt/humidifier.py Co-authored-by: Erik Montnemery <erik@montnemery.com> * Use round to convert float to target humidity Co-authored-by: Erik Montnemery <erik@montnemery.com>