From 120911f57a9d75763927ea308c95c950ca5bb8b2 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 12 Jul 2023 19:59:11 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20office=20blinds=20group?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .HA_VERSION | 2 +- packages/group.yaml | 7 +++++++ packages/homekit.yaml | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 packages/group.yaml diff --git a/.HA_VERSION b/.HA_VERSION index 75a2689..94cb229 100644 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -2023.3.6 \ No newline at end of file +2023.7.1 \ No newline at end of file diff --git a/packages/group.yaml b/packages/group.yaml new file mode 100644 index 0000000..9da9160 --- /dev/null +++ b/packages/group.yaml @@ -0,0 +1,7 @@ +cover: + - platform: group + unique_id: "office_blinds" + name: "Office Blinds" + entities: + - cover.office_blinds_left_cover + - cover.office_blinds_right_cover diff --git a/packages/homekit.yaml b/packages/homekit.yaml index b51d516..78968bb 100644 --- a/packages/homekit.yaml +++ b/packages/homekit.yaml @@ -5,6 +5,7 @@ homekit: include_entities: - climate.nest - cover.garage_door + - cover.office_blinds - sensor.awair_humidity - sensor.awair_temperature - sensor.home_office_humidity