Thanks for the suggestion. It is very much like my last try. Only problem is that for some reason the energy monitor detects something at various times and then it clears activation the automation. Thus what I was hoping to achieve is a method to detect the current increase from coffee start (Activation) then the delay that the power was decreased to 0 for 30 seconds. Here is what I currently have:
alias: coffee
id: coffee
description: Coffee Monitor
trigger:
- platform: numeric_state
entity_id: sensor.kasa_smart_plug_151_current
for:
hours: 0
minutes: 0
seconds: 30
below: '0.5'
condition: []
action:
- service: notify.alexa_media
data:
message: >-
Good Morning! The best part of wakeing up, is Folgers in your cup! Come
and get it!
title: Coffee Notification
target:
- media_player.kitchen
- media_player.bed_room
- media_player.computer_room
data:
type: announce
mode: single
@vingerha had a suggestion that is in line of what I am looking for, unfortunately, I am not able to determine the required syntax for his suggested condition: