Skip to content

Commit

Permalink
adds config for jet control
Browse files Browse the repository at this point in the history
  • Loading branch information
andredewaard committed Nov 28, 2024
1 parent 904c40f commit 081c524
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 081c524

Please sign in to comment.