mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 12:24:48 +02:00
c9eab101349e4b91650641d4d825ea65e74eb8a4
* 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>
Home Assistant |Chat Status| ================================================================================= Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Check out `home-assistant.io <https://home-assistant.io>`__ for `a demo <https://home-assistant.io/demo/>`__, `installation instructions <https://home-assistant.io/getting-started/>`__, `tutorials <https://home-assistant.io/getting-started/automation/>`__ and `documentation <https://home-assistant.io/docs/>`__. |screenshot-states| Featured integrations --------------------- |screenshot-components| The system is built using a modular approach so support for other devices or actions can be implemented easily. See also the `section on architecture <https://developers.home-assistant.io/docs/architecture_index/>`__ and the `section on creating your own components <https://developers.home-assistant.io/docs/creating_component_index/>`__. If you run into issues while using Home Assistant or during development of a component, check the `Home Assistant help section <https://home-assistant.io/help/>`__ of our website for further help and information. .. |Chat Status| image:: https://img.shields.io/discord/330944238910963714.svg :target: https://discord.gg/c5DvZ4e .. |screenshot-states| image:: https://raw.github.com/home-assistant/home-assistant/master/docs/screenshots.png :target: https://home-assistant.io/demo/ .. |screenshot-components| image:: https://raw.github.com/home-assistant/home-assistant/dev/docs/screenshot-components.png :target: https://home-assistant.io/integrations/
Description
Languages
Python
100%