From af2b3848b4628f4f474afa2d10e7c77dda3805f0 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Mon, 6 Nov 2023 22:17:35 +0100 Subject: [PATCH] Update Prusa mk3.9 notifications --- configuration/automations/3d-printer.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configuration/automations/3d-printer.yaml b/configuration/automations/3d-printer.yaml index bb7f091..de71171 100644 --- a/configuration/automations/3d-printer.yaml +++ b/configuration/automations/3d-printer.yaml @@ -72,10 +72,9 @@ - condition: state entity_id: switch.3d_printer state: 'on' - - platform: state + - condition: state entity_id: sensor.prusa_mk39 - from: 'Printing' - to: 'Idle' + state: 'Idle' - condition: numeric_state entity_id: sensor.3d_printer_electric_consumption_w below: '30'