v1.0.6
v1.0.6
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'