Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
c-st committed Aug 3, 2024
1 parent 697f0f9 commit bbaec77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion custom_components/auto_areas/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

NAME = "Auto Areas"
DOMAIN = "auto_areas"
VERSION = "2.6.2"
VERSION = "2.7.0"

#
# Naming constants
Expand Down
2 changes: 1 addition & 1 deletion custom_components/auto_areas/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit bbaec77

Please sign in to comment.