Minimalistic Yasno API parser to monitor power outages
URL: https://api.yasno.com.ua/api/v1/pages/home/schedule-turn-off-electricity Sample API response (parsed part):
{
"page": {},
"components": [
{
"template_name": "electricity-outages-daily-schedule",
"anchor": "electricity-outages-daily-schedule_id_MTQw",
"available_regions": [
"dnipro",
"kiev"
],
"title": "Графік відключень",
"description": null,
"schedule": {
...
},
"lastRegistryUpdateTime": 1733761471,
"cities": null,
"streets": null,
"dailySchedule": {
"kiev": {
"today": {
"title": "Вівторок, 10.12.2024 на 00:00",
"groups": {
"1.1": [
{
"start": 12,
"end": 12.5,
"type": "DEFINITE_OUTAGE"
},
{
"start": 12.5,
"end": 13,
"type": "DEFINITE_OUTAGE"
},
...
],
"2...6": [ the same ]
}
},
"tomorrow": [ same structure but seems to be optional ]
},
"dnipro": { same structure }
}
}
]
}
Added binary sensors, one per city/group
Added calendars for today/tomorrow per city/group