V
Size: a a a
V
IB
V
V
ДЦ
ДЦ
ДЦ
ДЦ
ДЦ
ДЦ
IB
IB
IB
ДЦ
#!/bin/bash
wget -q --user-agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.80 Safari/537.36' https://yandex.ru/pogoda/moscow -O /dev/stdout | sed 's/>/>\n/g' | grep "maps-widget-fact__title" -A1 | tail -1 | sed 's/<\/p>//g'
ДЦ
ДЦ
- platform: command_line
name: ya_weather_city
command: 'bash /config/ya_weather.sh'
scan_interval: 120
V
{% set aaa = 'В ближайшие два часа осадков не ожидается' %}
{{ states('sensor.precipitation_forecast')[0:40] == aaa[0:40] }}
V
- platform: command_line
name: ya_weather_city
command: 'bash /config/ya_weather.sh'
scan_interval: 120
IB
ya_weather.sh
у тебя такое же?V