diff --git a/.cz.toml b/.cz.toml index b04fb5f7..6e2b5f62 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "4.13.0" +version = "4.14.0b0" tag_format = "v$major.$minor.$patch$prerelease" version_files = [ "apps/controllerx/cx_version.py", diff --git a/README.md b/README.md index 1e0d2853..43f68841 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ livingroom_controller: class: E1810Controller controller: sensor.livingroom_controller_action integration: z2m - light: light.bedroom + light: light.livingroom ``` ## Documentation diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index da7e3403..d8d7284d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -9,14 +9,15 @@ PRERELEASE_NOTE ## :pencil2: Features - Allow to pass parameters to predefined actions. You can check the parameters for each predefined action, and how to pass parameters in [here](https://xaviml.github.io/controllerx/advanced/predefined-actions). [ #78 ] +- Support for Light Group integration. To know how entity groups work, read [here](https://xaviml.github.io/controllerx/advanced/entity-groups) - + +- Reduce calls to HA when entity is a group.