denysdovhan / ha-yasno-outages

⚡️ Yasno electricity outages (due to war in Ukraine) integration for Home Assistant.
MIT License
77 stars 9 forks source link

Other Сities? #11

Closed EvGeniyLell closed 1 month ago

EvGeniyLell commented 1 month ago

Is it possible to add other cities, for example, Dnipro? Because now the schedule appears exclusively for Kyiv.

denysdovhan commented 1 month ago

Yes it is. We need fetch data for schedule from here: https://api.yasno.com.ua/api/v1/pages/home/schedule-turn-off-electricity

For that we need to refactor api.py file.

If you feel familiar with Python, contributions are welcome!