From e8ecf5d22adac29f20c7f8c16130c2931faae061 Mon Sep 17 00:00:00 2001 From: Rohan Kapoor Date: Sat, 4 Nov 2023 16:29:05 -0700 Subject: [PATCH] Remove Backyard package since switching to Inovelli Blue Switches --- packages/backyard.yaml | 52 ------------------------------------------ 1 file changed, 52 deletions(-) delete mode 100644 packages/backyard.yaml diff --git a/packages/backyard.yaml b/packages/backyard.yaml deleted file mode 100644 index 9f079481..00000000 --- a/packages/backyard.yaml +++ /dev/null @@ -1,52 +0,0 @@ -############################################################################### -# @author : Rohan Kapoor -# @date : 01/03/2021 -# @package : Backyard -# @description : Logic for handling lights in the backyard. -############################################################################### ---- -homeassistant: - customize: - ################################################ - ## Node Anchors - ################################################ - - package.node_anchors: - customize: &customize - package: 'backyard' - - light.master_bedroom_balcony_lights: - <<: *customize - - light.office_balcony_lights: - <<: *customize - - light.patio_lights: - <<: *customize - - light.backyard_lights: - <<: *customize - -################################################ -## Light -################################################ -light: - - platform: switch - name: Master Bedroom Balcony Lights - entity_id: switch.master_bedroom_balcony_lights - - - platform: switch - name: Office Balcony Lights - entity_id: switch.office_balcony_lights - - - platform: switch - name: Patio Lights - entity_id: switch.patio_lights - - - platform: group - name: Backyard Lights - unique_id: cfec1cb1fa-3ac7-4304-a3ba-7806b2155865 - entities: - - light.master_bedroom_balcony_lights - - light.office_balcony_lights - - light.patio_lights