diff --git a/.vscode/settings.json b/.vscode/settings.json index e2bcb022..a78e89a3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,6 +16,5 @@ "editor.codeActionsOnSave": { "source.organizeImports": true } - }, - "python.analysis.completeFunctionParens": true + } } diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4cdb81b6..c15c244e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -9,6 +9,8 @@ PRERELEASE_NOTE ## :pencil2: Features - Add following predefined actions `on_min_max_brightness`, `on_max_min_brightness`, `on_min_max_color_temp` and `on_max_min_color_temp`. [ #472 ] @sabaatworld +- Add [`shelly` integration](https://xaviml.github.io/controllerx/start/integrations/#shelly). +- Add [`shellyforhass` integration](https://xaviml.github.io/controllerx/start/integrations/#shellyforhass).