Duvidas com a Alert

Ola!

tenho um problema com o alert (primeira vez tentando)

No meu config.yaml tenho a seguinte entrada.

alert:

paulo_home:
name: Paulo is Home

unique_id: pwmi6home

done_message: Paulo is Home
entity_id: device_tracker.pwmi6
state: "home"
repeat:  1
can_acknowledge: true
skip_first: false
notifiers:
  - PWmi6
  - notify.mobile_app_pwmi6

paulo_away:
name: Paulo is Away

unique_id: pwmi6away

done_message: Paulo is Away
entity_id: device_tracker.pwmi6
state: "not_home"
repeat:  1
can_acknowledge: true
skip_first: false
notifiers:
  - PWmi6
  - notify.mobile_app_pwmi6

Acontece que não envia mensagem alguma e no historico, está sempre como idle.

Alguma ajuda para solucionar?

Obrigado.

alguem saberia como resolver?