Skip to content

Commit

Permalink
Merge pull request #322 from andredewaard/master
Browse files Browse the repository at this point in the history
fix: add config to show/hide jet toggle
  • Loading branch information
nVuln authored Dec 1, 2024
2 parents 904c40f + 081c524 commit 99ee339
Show file tree
Hide file tree
Showing 4 changed files with 3,212 additions and 62 deletions.
5 changes: 5 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@
"title": "Enable separate fan control",
"type": "boolean"
},
"ac_jet_control": {
"title": "Enable separate jet control",
"type": "boolean"
},
"ac_buttons": {
"title": "Customize AC buttons",
"type": "array",
Expand Down Expand Up @@ -338,6 +342,7 @@
"devices[].ac_temperature_sensor",
"devices[].ac_humidity_sensor",
"devices[].ac_fan_control",
"devices[].ac_jet_control",
"devices[].ac_energy_save",
"devices[].ac_air_clean",
"devices[].ac_temperature_unit",
Expand Down
Loading

0 comments on commit 99ee339

Please sign in to comment.