]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Updated shelly upgrade script
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sun, 14 Apr 2019 12:49:30 +0000 (14:49 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sun, 14 Apr 2019 12:49:30 +0000 (14:49 +0200)
script/shelly.yaml

index 195c2e5ee4ab62f45e7574dadffd97cae2116f44..a70b2c50fc73d974acc167ff005de1992f883a79 100644 (file)
@@ -29,3 +29,27 @@ shelly_upgrade:
       data:
         topic: 'shellies/shellyswitch-559C49/command'
         payload: 'update_fw'
+
+    # Shelly 1 Luce Corridoio
+    - service: mqtt.publish
+      data:
+        topic: 'shellies/shelly1-24D1EE/command'
+        payload: 'update_fw'
+
+    # Shelly 1 Luce Cucina
+    - service: mqtt.publish
+      data:
+        topic: 'shellies/shelly1-93B27D/command'
+        payload: 'update_fw'
+
+    # Shelly 2.5 Luci Bagno
+    - service: mqtt.publish
+      data:
+        topic: 'shellies/shellyswitch25-7457D8/command'
+        payload: 'update_fw'
+
+    # Shelly Bulb Luce Divano
+    - service: mqtt.publish
+      data:
+        topic: 'shellies/shellybulb-BC8610/command'
+        payload: 'update_fw'