Skip to content

Releases: artem-sedykh/mini-humidifier

v2.2.6

25 Oct 17:20
Compare
Choose a tag to compare

v2.2.6

Downloads

ADDED

  • Add ability to hide secondary_info #42

v2.2.5

02 Aug 13:04
77283ea
Compare
Choose a tag to compare

v2.2.5

Downloads

FIXED

  • for ha >= 0.113.0 added theme variable --card-background-color
  • 'group: on' don’t work anymore with ha 0.113.0 beta #37

v2.2.4

02 Jul 18:45
7da7a47
Compare
Choose a tag to compare

v2.2.4

Downloads

ADDED

- type: custom:mini-humidifier
  entity: fan.xiaomi_miio_device
  model: 'zhimi.airpurifier.ma2' 

v2.2.3

02 Jul 14:11
3dc72b1
Compare
Choose a tag to compare

v2.2.3

Downloads

FIXED

  • variable ha-card-border-radius added to styles, for rounding the edges of the card in various themes
  • small style fixes

v2.2.2

14 Jun 10:07
Compare
Choose a tag to compare

v2.2.2

Downloads

ADDED

- type: custom:mini-humidifier
  entity: fan.xiaomi_miio_device
  model: 'deerma.humidifier.mjjsq' 

default indicators:

  • temperature
  • humidity
  • status (Displays the presence of water in the tank)

default buttons:

  • mode
  • led
  • buzzer

v2.2.1

11 Jun 19:18
b1ae383
Compare
Choose a tag to compare

v2.2.1

Downloads

CHANGES

  • For target_humidity, the hide setting hides the control, hide_indicator hides the indicator

v2.1.2

10 Jun 09:58
ef1b6b6
Compare
Choose a tag to compare

v2.1.2

Downloads

FIXED

  • Fixed bug #28 (Multiple card settings duplicated)

v2.1.1

06 Jun 22:10
bb5e079
Compare
Choose a tag to compare

v2.1.1

Downloads

ADDED

  • Added configuration for secondary_info, supported types [last-changed, mode], default type mode
- type: custom:mini-humidifier
  entity: fan.xiaomi_miio_device
  secondary_info: last-changed

- type: custom:mini-humidifier
  entity: fan.xiaomi_miio_device
  secondary_info: #default type mode, changing icon
    icon: 'mdi:fan'
  • Added indicator tap_action configuration, #21
- type: custom:mini-humidifier
  entity: fan.xiaomi_miio_device
  indicators:
    temperature:
      source:
        entity: sensor.temperature
      tap_action: more-info
    humidity:
      source:
        entity: sensor.humidity
      tap_action: more-info
  • When you click on the button, it instantly changes its state, but if the actual state has not changed after action_timeout
    it returns to the previous state, default value 3500 milliseconds
- type: custom:mini-humidifier
  entity: fan.xiaomi_miio_device
  buttons:
    dry:
      action_timeout: 2000
    led:
      action_timeout: 2000
  • The default configuration settings for buttons and indicators are placed in a separate file,
    now you can send a pull request or throw issue so that I would add your humidifier model an example for zhimi.humidifier.cb1
    default model zhimi.humidifier.cb1
    with this approach, the configuration in the yml file will be cleaner, and individual parameters can be redefined
- type: custom:mini-humidifier
  entity: fan.xiaomi_miio_device
  model: 'zhimi.humidifier.cb1'
  indicators:
    depth:
      type: liters

v2.0.1

03 Jun 22:11
21aa0e1
Compare
Choose a tag to compare

v2.0.1

Downloads

Attention

The config version v1.0.8 very differs from version >= v2.0.1
No backward compatibility, Sorry

CHANGES

  • Added ability to redefine all control functions for compatibility with different humidifier integrations
  • The default configuration is saved for the zhimi.humidifier.cb1 model
  • Read README and decide to upgrade or not

v1.0.9

20 May 21:07
4f4bfc5
Compare
Choose a tag to compare

v1.0.9

Downloads

FIXED

  • icon size fix for HA 0.110.0