ДЦ
Size: a a a
ДЦ
НВ
V
ДЦ
V
ДЦ
НВ
ДЦ
# ##################################
# System - login failure message
# ##################################
- alias: system_login_failure
initial_state: 'on'
hide_entity: false
trigger:
- platform: state
entity_id: persistent_notification.http_login
condition:
- condition: template
value_template: "{{ trigger.to_state.state != off }}"
action:
- service: counter.increment
entity_id: counter.badlogin_counter
- service: notify.telegram
data_template:
message: "\U0000274C Неудачная попытка подлючения. Неверно введен пароль! {{ state_attr('persistent_notification.http_login','message') }}"
- service: persistent_notification.dismiss
data:
notification_id: http_login
ДЦ
ДЦ
НВ
O
ДЦ
ДЦ
ДЦ
ДЦ
V
V
НВ
ДЦ