diff --git a/README.md b/README.md index d286d77..9cff23b 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,11 @@ This humidity is published in a `sensor` with the ID `sensor.area_humidity_{area #### Cover groups -If at least one cover is detected in an area, a cover group is created. This group can be used to control all blinds with one entity. +If at least one cover is detected in an area, a cover group is created. This group can be used to control all blinds at once. + +#### Light groups + +If an area contains at least one light, a group is created. This group can be used to control all lights at once. ## Installation diff --git a/custom_components/auto_areas/const.py b/custom_components/auto_areas/const.py index f595e73..1f21d8f 100644 --- a/custom_components/auto_areas/const.py +++ b/custom_components/auto_areas/const.py @@ -18,7 +18,7 @@ NAME = "Auto Areas" DOMAIN = "auto_areas" -VERSION = "2.6.2" +VERSION = "2.7.0" # # Naming constants diff --git a/custom_components/auto_areas/manifest.json b/custom_components/auto_areas/manifest.json index 55426bd..623fddb 100644 --- a/custom_components/auto_areas/manifest.json +++ b/custom_components/auto_areas/manifest.json @@ -23,5 +23,5 @@ "documentation": "https://github.com/c-st/auto_areas", "iot_class": "local_push", "issue_tracker": "https://github.com/c-st/auto_areas/issues", - "version": "2.6.2" + "version": "2.7.0" } \ No newline at end of file