]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Updated away_mode package
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 19 Dec 2023 21:33:05 +0000 (22:33 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 19 Dec 2023 21:33:05 +0000 (22:33 +0100)
packages/away_mode/away_mode_covers.yaml
packages/away_mode/away_mode_main.yaml [new file with mode: 0644]

index 386e48859bf06d2f46951257bfc7de620083ba4c..41e9a8d4cb7db7c4c3c20a16c1ca9330e5a1bdce 100644 (file)
@@ -32,13 +32,3 @@ automation:
             {% else %}
               0
             {% endif %}
-
-######################################################################
-# Away Mode Package - Customizations
-######################################################################
-
-homeassistant:
-  customize:
-    # Covers Away Automation
-    automation.modalita_vacanza_gestione_tapparelle:
-      icon: mdi:window-shutter
diff --git a/packages/away_mode/away_mode_main.yaml b/packages/away_mode/away_mode_main.yaml
new file mode 100644 (file)
index 0000000..4927298
--- /dev/null
@@ -0,0 +1,32 @@
+######################################################################
+# Away Mode - Main
+######################################################################
+
+homeassistant:
+  customize:
+
+    ######################################################################
+    # Away Mode - Main - General Package Settings
+    ######################################################################
+
+    package.netatmo:
+      customize: &customize
+        package: 'away_mode'
+        version: 1.0.0
+
+    ######################################################################
+    # Away Mode - Main - Entities
+    ######################################################################
+
+    group.car_alarm:
+      <<: *customize
+    automation.modalita_vacanza_azione_on:
+      <<: *customize
+    automation.modalita_vacanza_azione_off:
+      <<: *customize
+    automation.modalita_vacanza_gestione_termosifoni:
+      <<: *customize
+      icon: mdi:radiator
+    automation.modalita_vacanza_gestione_tapparelle:
+      <<: *customize
+      icon: mdi:window-shutter