From 2fe9bf0dd65defd11aaca2e2fb11bd41f3988f23 Mon Sep 17 00:00:00 2001 From: Franco Pellicciotti Date: Mon, 15 Jun 2026 10:53:38 -0400 Subject: [PATCH] Changed consumption tigger for Microwave to 100 --- automations.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/automations.yaml b/automations.yaml index a0e56bf..c21b676 100644 --- a/automations.yaml +++ b/automations.yaml @@ -606,8 +606,9 @@ description: Triggers notifications when the microwave starts and finishes based on power consumption. triggers: - - entity_id: sensor.microwave_power - above: 10 + - entity_id: + - sensor.microwave_power + above: 100 id: microwave_started trigger: numeric_state - entity_id: sensor.microwave_power