Skip to content

Commit

Permalink
fix: Add “autoSwitchToHumidityMode” to config.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nt0xa committed Feb 22, 2021
1 parent 1d12cd6 commit 1a991b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,15 @@
"default": "zhimi.humidifier.v1"
},
"updateInterval": {
"title": "Parameters update interaval",
"title": "Parameters update interval",
"type": "number",
"default": 30
},
"autoSwitchToHumidityMode": {
"title": "Automatically switches mode to \"humidity\" when target humidity is changed.",
"type": "boolean",
"default": false
},
"disableTargetHumidity": {
"title": "Disables ability to control target humidity. In this case long press on device in Home.app will allow to control fan speed instead of target humidity.",
"type": "boolean",
Expand Down

0 comments on commit 1a991b8

Please sign in to comment.