Skip to content

Releases: artem-sedykh/mini-humidifier

v1.0.8

20 May 19:50
8a7c77c
Compare
Choose a tag to compare

v1.0.8

Downloads

ADDED

  • Added humidity: icon_template icon template for humidity indicator, a simple template engine is used jinja-js
  • Added target_humidity: icon_template icon template for target_humidity indicator, a simple template engine is used jinja-js
  • Added temperature: icon_template icon template for temperature indicator, a simple template engine is used jinja-js
  • Added depth: icon_template icon template for temperature indicator, a simple template engine is used jinja-js

#####Example

- type: custom:mini-humidifier
  entity: fan.xiaomi_miio_device
  depth:
    icon_template: >
      {% if depth < 10 %}
        <ha-icon class='state__value_icon' icon='mdi:tray-alert' style='color: #bd1c1c;'></ha-icon>
      {% elseif depth < 45 %}
        <ha-icon class='state__value_icon' icon='mdi:tray-minus'></ha-icon>
      {% else %}
        <ha-icon class='state__value_icon' icon='mdi:tray-full'></ha-icon>
      {% endif %}

CHANGED

  • styles
  • humidity:icon changed default icon from mdi:water-outline to mdi:water
  • depth:icon changed default icon from mdi:beaker-outline to mdi:tray-full

v1.0.7

18 May 17:34
93d3d20
Compare
Choose a tag to compare

v1.0.7

Downloads

ADDED

  • Added rounding configuration for temperature and humidity
  • Added strong option(hidden by default) for fan_mode_button source, for zhimi.humidifier.v1

CHANGED

  • depth:max_value changed default value from 120 to 125

FIXED

  • HA > 0.110.0 support, #14

v1.0.6

21 Apr 21:09
a7ff337
Compare
Choose a tag to compare

v1.0.6

Downloads

ADDED

  • Added ability to set third-party data sources for temperature and humidity see more in README, example:
# Display temperature and humidity using sensor
- type: custom:mini-humidifier
  entity: fan.xiaomi_miio_device
  temperature:
    source:
      entity: sensor.temperature
  humidity:
    source:
      entity: sensor.humidity
  • Added ability to configure fan_mode_button source, for operating modes added the following options: name, value, hide, order see more in README

  • Added a short entry form to override the led_button drop-down list option name, example:

- type: custom:mini-humidifier
  entity: fan.xiaomi_miio_device
  led_button:
    type: dropdown
    source:
      bright: 'Bright'
      dim: 'Dim'
      'off': 'Off'

v1.0.5

19 Apr 21:22
8dda707
Compare
Choose a tag to compare

v1.0.5

Downloads

ADDED

  • Default value for toggle_button

FIXED

  • Unavailable label position (if the device is unavailable)

v1.0.4

19 Apr 11:59
2295847
Compare
Choose a tag to compare

v1.0.4

Downloads

ADDED

  • Add configuration for action on click/tap

CHANGED

  • default value for theme variable: mini-humidifier-button-color, issue

v1.0.3 (#5)

18 Apr 22:56
72ab395
Compare
Choose a tag to compare

v1.0.3

Downloads

ADDED

  • Power button configuration
  • scale configuration
  • Theme variables

CHANGED

  • css styles refactoring

v1.0.2

17 Apr 21:39
Compare
Choose a tag to compare

v1.0.2

Downloads

ADDED

  • Drop-down list for brightness (Optional)
  • The button for selecting the fan mode in the absence of water becomes gray and inactive (feature of Xiaomi Smartmi Humidifier 2)

v1.0.1

16 Apr 23:38
Compare
Choose a tag to compare

v1.0.1

Downloads

  • Initial release