denysdovhan / ha-yasno-outages

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

Other Сities? #11

Closed EvGeniyLell closed 4 months ago

EvGeniyLell commented 4 months ago

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

denysdovhan commented 4 months 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!