From: Giorgio Ravera Date: Fri, 2 Aug 2019 17:48:18 +0000 (+0200) Subject: Added Shelly EM and Shelly Plug S to upgrade script X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=89a042a49c67a366bca350dad50d76997d0aff6d;p=homeassistant.git Added Shelly EM and Shelly Plug S to upgrade script --- diff --git a/script/shelly.yaml b/script/shelly.yaml index 9f5dafb0..ec5aa035 100644 --- a/script/shelly.yaml +++ b/script/shelly.yaml @@ -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' diff --git a/shell_scripts/shelly_upgrade.sh b/shell_scripts/shelly_upgrade.sh index ccb142c1..7e879a7e 100755 --- a/shell_scripts/shelly_upgrade.sh +++ b/shell_scripts/shelly_upgrade.sh @@ -15,6 +15,8 @@ SHELLY_ID=( shelly1-59E18C shelly1-24D1A8 shellybulb-BC8610 + shellyem-B9E1A0 + shellyplug-s-7A31CB ) echo "Upgrade Shelly Firmware"