From cb79c3777a0a8e07e6f13dc3ca447386564f8188 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Wed, 1 Jan 2020 14:40:18 +0100 Subject: [PATCH] Fixed Shelly script --- logbook.yaml | 1 + recorder.yaml | 1 + script/shelly.yaml | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/logbook.yaml b/logbook.yaml index 1ba78d58..c5c71339 100644 --- a/logbook.yaml +++ b/logbook.yaml @@ -62,6 +62,7 @@ exclude: - sensor.shelly9_status - sensor.shellybulb_status - sensor.shellyem_status + - sensor.shellydw_status - sensor.shellyplugs_status # Energy Sensors - sensor.potenza_reattiva diff --git a/recorder.yaml b/recorder.yaml index ec1490e2..0c662edb 100644 --- a/recorder.yaml +++ b/recorder.yaml @@ -64,6 +64,7 @@ exclude: - sensor.shelly9_status - sensor.shellybulb_status - sensor.shellyem_status + - sensor.shellydw_status - sensor.shellyplugs_status # Energy Sensors - sensor.potenza_reattiva diff --git a/script/shelly.yaml b/script/shelly.yaml index b04891b3..5647664d 100644 --- a/script/shelly.yaml +++ b/script/shelly.yaml @@ -74,7 +74,6 @@ shelly_upgrade: # Shelly Door/Window - service: mqtt.publish - data: data: topic: 'shellies/shellydw-B88F53/command' payload: 'update_fw' -- 2.47.3