frigo2_desconectado:
name: frigo garaje desconectado
done_message: El frigorifico del garaje esta desconectado
entity_id: binary_sensor.estado_frigo_garaje
state: "off"
repeat: 1
can_acknowledge: true
notifiers:
- service: notify.mobile_app_movil_oscar
configuration.yaml
alert: !include alerts.yaml
The entitie alert_frigo2_desconectado allways is idle, I change state of binary_sensor.estado_frigo_garaje but allway is idle the entitie alert_frigo2_desconectado
Hello
I’ve already solved it. With the help of another thread and testing a lot since I believe that the documentation there is no example like this. This has worked for me:
frigo2_desconectado:
name: frigo garaje desconectado
message: El frigorifico del garaje esta desconectado
done_message: El frigorifico del garaje esta conectado
entity_id: binary_sensor.estado_frigo_garaje
state: "off"
repeat: 5
can_acknowledge: true
skip_first: true
notifiers:
- mobile_app_movil_oscar