AS

Size: a a a
AS

AP
IB

action:
- servive: notify.telegram
...
- servier: notify.mobile_app...
...OY
OY
action:
- servive: notify.telegram
...
- servier: notify.mobile_app...
...AP
IB
Л
OY

AS

IB

AS
ПК
ПК
V
Л
IS
AE
IS
К
action:
- variables:
sm_g973f_rezhim_zvonka: >-
{{ states('sensor.sm_g973f_rezhim_zvonka') }}
sm_g973f_rezhim_ne_bespokoit: >-
{{ states('sensor.sm_g973f_rezhim_ne_bespokoit') }}
- service: notify.notify
data:
message: 'command_ringer_mode'
title: 'normal'
- service: notify.notify
data:
title: 'Сигнализация'
message: >-
{{ trigger.to_state.attributes.friendly_name }} при включенной сигнализации
data:
ttl: 0
priority: high
channel: alarm_stream
- service: notify.mobile_app_sm_g973f
data:
message: 'command_ringer_mode'
title: >-
{{ sm_g973f_rezhim_zvonka }}
- service: notify.mobile_app_sm_g973f
data:
message: 'command_dnd'
title: >-
{{ sm_g973f_rezhim_ne_bespokoit }}