Skip to content

Commit

Permalink
added missing target_humidity:disabled parameter doc (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutz108 authored Apr 10, 2024
1 parent 6ba7849 commit fb56035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ v3 is only compatible from version 2022.11 onwards
| target_humidity: `icon:template` | function | optional | v2.0.1 | icon retrieval function
| target_humidity: `icon:style` | function | optional | v2.0.1 | function to get icon styles
| target_humidity: `hide` | boolean | optional | v1.0.1 | Hide target_humidity control, default value `False`
| target_humidity: `disabled` | boolean, function | optional | v2.5.3 | disable target_humidity slider, default value taken from the defined [model](#adding-the-default-configuration-for-the-new-model) and if not set, from the default [model](https://github.com/artem-sedykh/mini-humidifier/blob/master/src/configurations/xiaomi_miio/zhimi_humidifier_cb1.js#L28)
| target_humidity: `hide_indicator` | boolean | optional | v2.2.1 | Hide indicator, default value `False`
| target_humidity: `unit` | string | optional | v1.0.1 | display unit, default `%`
| target_humidity: `min` | number | optional | v1.0.1 | minimum target humidity, default value `30`
Expand Down

0 comments on commit fb56035

Please sign in to comment.