diff --git a/.vscode/settings.json b/.vscode/settings.json index 4d9ab92..541629d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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, } diff --git a/custom_components/lennoxs30/manifest.json b/custom_components/lennoxs30/manifest.json index b4d0677..c123db8 100644 --- a/custom_components/lennoxs30/manifest.json +++ b/custom_components/lennoxs30/manifest.json @@ -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" } \ No newline at end of file