Skip to content

v1.0.6

Compare
Choose a tag to compare
@artem-sedykh artem-sedykh released this 21 Apr 21:09
a7ff337

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'