O
Этот не самый топовый Лыж, есть по 0,6 в день.
Зело хорошо!
Size: a a a
O
O
g
Х
f
SB
f
g
f
SB
f
SB
SB
SB
f
SB
SB
- alias: 'TG bot brief'
trigger:
platform: event
event_type: telegram_text
condition:
- condition: or
conditions:
- condition: template
value_template: "{{ 'дом' in trigger.event.data.text.lower()}}"
- condition: template
value_template: "{{ 'бот' in trigger.event.data.text.lower()}}"
action:
- service: telegram_bot.send_message
data_template:
target: '{{ trigger.event.data.chat_id }}'
disable_notification: true
message: >
{%if trigger.event.data.user_id == 589530 %}
Пушестена Сергеевна, вот что я умею
{%else%}
Ась?
{%endif%}
inline_keyboard:
- "Статус дома:/state, Климат:/climate"
- "Погода:/weather, Покупки:/grocery, Почта:/post"
G
Х