From: Giorgio Ravera Date: Sun, 14 Apr 2019 12:49:30 +0000 (+0200) Subject: Updated shelly upgrade script X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=5a4feb1f17fe30507317c3e95ed405ee926429f2;p=homeassistant.git Updated shelly upgrade script --- diff --git a/script/shelly.yaml b/script/shelly.yaml index 195c2e5e..a70b2c50 100644 --- a/script/shelly.yaml +++ b/script/shelly.yaml @@ -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'