Skip to content

Commit

Permalink
Bump the API version to pull in emergency heat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteRager committed Feb 28, 2024
1 parent f265212 commit 94d7850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,5 @@
"setpoints",
"sysuptime"
],
"python.formatting.provider": "black",
"python.formatting.blackArgs": ["--line-length", "120"],
"cSpell.enabled": false,
"python.linting.flake8Enabled": false,
"python.linting.enabled": true,
"python.linting.flake8Args": ["--config=setup.cfg", "--doctests"],
"python.linting.pylintEnabled": true,

"cSpell.enabled": false,
}
2 changes: 1 addition & 1 deletion custom_components/lennoxs30/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"iot_class": "local_push",
"issue_tracker" : "https://github.com/PeteRager/lennoxs30/issues",
"quality_scale": "platinum",
"requirements": ["lennoxs30api==0.2.13"],
"requirements": ["lennoxs30api==0.2.14"],
"version": "2024.2.1"
}

0 comments on commit 94d7850

Please sign in to comment.