]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added Shelly EM and Shelly Plug S to upgrade script
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Fri, 2 Aug 2019 17:48:18 +0000 (19:48 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Fri, 2 Aug 2019 17:48:18 +0000 (19:48 +0200)
script/shelly.yaml
shell_scripts/shelly_upgrade.sh

index 9f5dafb0190fd2026cf77bd4c674d9134440b213..ec5aa03548488cb92090a8a4d34e57796eb11c00 100644 (file)
@@ -65,3 +65,15 @@ shelly_upgrade:
       data:
         topic: 'shellies/shellybulb-BC8610/command'
         payload: 'update_fw'
+
+    # Shelly EM
+    - service: mqtt.publish
+      data:
+        topic: 'shellies/shellyem-B9E1A0/command'
+        payload: 'update_fw'
+        
+    # Shelly Plug S
+    - service: mqtt.publish
+      data:
+        topic: 'shellies/shellyplug-s-7A31CB/command'
+        payload: 'update_fw'
index ccb142c1b42b9a5d6cc8da2abcb350d9ac996f61..7e879a7efef5afd786ebb04f0f8081de7abef81e 100755 (executable)
@@ -15,6 +15,8 @@ SHELLY_ID=(
        shelly1-59E18C
        shelly1-24D1A8
        shellybulb-BC8610
+  shellyem-B9E1A0
+  shellyplug-s-7A31CB
 )
 
 echo "Upgrade Shelly Firmware"