From 5a4feb1f17fe30507317c3e95ed405ee926429f2 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 14 Apr 2019 14:49:30 +0200 Subject: [PATCH] Updated shelly upgrade script --- script/shelly.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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' -- 2.47.3