]> git.giorgioravera.it Git - homeassistant.git/commitdiff
removed not used shelly devices
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 21 May 2020 19:44:05 +0000 (21:44 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 21 May 2020 19:44:05 +0000 (21:44 +0200)
groups/shelly.yaml
log/history.yaml
log/logbook.yaml
log/recorder.yaml
scripts/shelly.yaml
shell_scripts/shelly_reboot.sh
shell_scripts/shelly_upgrade.sh
shell_scripts/shelly_version.sh

index be320201c57444c11369e089feec9616b1dc0122..f50daf1d3136123a8233e7d049842c2abaa12cf8 100644 (file)
@@ -17,7 +17,6 @@ shelly:
     - sensor.shelly9_status
     - sensor.shelly10_status
     - sensor.shelly11_status
-    - sensor.shellybulb_status
+    #- sensor.shellybulb_status
     - sensor.shellyem_status
-    - sensor.shellydw_status
-    - sensor.shellyplugs_status
+    #- sensor.shellyplugs_status
index 3920dc7d3f7858be815691b80b6d73beaaf5351d..a8b7afce1a8b6e0af526df9335cf7c5b94899414 100644 (file)
@@ -38,7 +38,6 @@ exclude:
     - sensor.shelly11_status
     - sensor.shellybulb_status
     - sensor.shellyem_status
-    - sensor.shellydw_status
     - sensor.shellyplugs_status
     # Energy Sensors
     - sensor.potenza_reattiva
index 0014277f318a50b4690b73ed61453ae8c322f91d..d673f68f9cc5a91dbab446d1129dbffb1388b538 100644 (file)
@@ -38,7 +38,6 @@ exclude:
     - sensor.shelly11_status
     - sensor.shellybulb_status
     - sensor.shellyem_status
-    - sensor.shellydw_status
     - sensor.shellyplugs_status
     # Energy Sensors
     - sensor.potenza_reattiva
index 875c0c978d81b55ced257a6e14cbd4a94e311807..a51144fe4b04bfa0ed7f053fecfee72b6d2a3da8 100644 (file)
@@ -40,7 +40,6 @@ exclude:
     - sensor.shelly11_status
     - sensor.shellybulb_status
     - sensor.shellyem_status
-    - sensor.shellydw_status
     - sensor.shellyplugs_status
     # Energy Sensors
     - sensor.potenza_reattiva
index d9b3ae481e32d4d2aed642af9f8054003e8381fc..3eceb6a483791f76fe093d9419e19ae440af1121 100644 (file)
@@ -48,12 +48,6 @@ shelly_upgrade:
         topic: 'shellies/shelly1-C426F9/command'
         payload: 'update_fw'
 
-    # Shelly Bulb Luce Divano
-    - service: mqtt.publish
-      data:
-        topic: 'shellies/shellybulb-BC8610/command'
-        payload: 'update_fw'
-
     # Shelly 2.5 Luci Bagno
     - service: mqtt.publish
       data:
@@ -78,30 +72,24 @@ shelly_upgrade:
         topic: 'shellies/shelly1-C423C8/command'
         payload: 'update_fw'
 
-    # Shelly EM
+    # Shelly Bulb Luce Divano
     - service: mqtt.publish
       data:
-        topic: 'shellies/shellyem-B9E1A0/command'
+        topic: 'shellies/shellybulb-BC8610/command'
         payload: 'update_fw'
 
-    # Shelly Door/Window
+    # Shelly EM
     - service: mqtt.publish
       data:
-        topic: 'shellies/shellydw-B88F53/command'
+        topic: 'shellies/shellyem-B9E1A0/command'
         payload: 'update_fw'
-        
+
     # Shelly Plug S
     - service: mqtt.publish
       data:
         topic: 'shellies/shellyplug-s-7A31CB/command'
         payload: 'update_fw'
 
-#    # Shelly 1 TBD
-#    - service: mqtt.publish
-#      data:
-#        topic: 'shellies/shelly1-24D1A8/command'
-#        payload: 'update_fw'
-
 ######################################################################
 # Shelly: Reboot
 # - shell_command.shelly_reboot
index 9aa7d97fef0e004573447c605dbfb6c5047bf393..3a7be61f680c29f538d0c934ddcb696102f27ae3 100755 (executable)
@@ -17,7 +17,6 @@ SHELLY_ID=(
        shelly11.giorgioravera.it
        shellybulb.giorgioravera.it
        shellyem.giorgioravera.it
-       shellydw.giorgioravera.it
        shellyplugs.giorgioravera.it
 )
 
index b96e0952efbecc81b4c14453df01c6ce68792c22..7b0b5cb9425c6a3b0becea145a36a4b92b4c9866 100755 (executable)
@@ -12,15 +12,13 @@ SHELLY_ID=(
        shelly1-24D1EE
        shelly1-93B27D
        shelly1-C426F9
-       shellybulb-BC8610
        shellyswitch25-7457D8
        shelly1-59E18C
   shellydimmer-D46CF2
   shelly1-C423C8
+       shellybulb-BC8610
        shellyem-B9E1A0
-       shellydw-B88F53
        shellyplug-s-7A31CB
-       #shelly1-24D1A8
 )
 
 echo "Upgrade Shelly Firmware"
index ba8d5f0d9d857f5c1c4559cc47e0dedcda06621c..b1d2c2efd875f0432fa93d01f7b0f8a66578221f 100755 (executable)
@@ -17,7 +17,6 @@ SHELLY_ID=(
        shelly11.giorgioravera.it
        shellybulb.giorgioravera.it
        shellyem.giorgioravera.it
-       #shellydw.giorgioravera.it
        shellyplugs.giorgioravera.it
 )