Копытов Иван

Results 3 comments of Копытов Иван

As far as I understand, no. For example, the following request returns correct data: ```text - resource: https://mu-kgt.ru/informing/wap/marsh/?action=getMarshData&m=9 name: Автобус 9 scan_interval: 120 parser: lxml # log_response: true sensor: -...

Такая же проблема в HA Supervised. В configuration.yaml прописал ``` python_script: requirements: - beautifulsoup4>=4.0.0 - lxml>=5.0.0 ``` Создал новый файл скрипта, добавил строки ``` import requests import json import beautifulsoup4...

Unfortunately, I also tried your option. I'm sorry I didn't mention this earlier. I rebooted HA, entered the commands again, got ``` # pip3 install bs4 --break-system-packages Looking in indexes:...