-
Notifications
You must be signed in to change notification settings - Fork 2
4. Roadmap
Filip Chochół edited this page May 19, 2026
·
2 revisions
This page lists what's planned for upcoming releases. Priorities may shift based on feedback and API changes.
Currently the timetable is held only in memory and lost on Home Assistant restart. The plan is to persist it to disk so sensors recover instantly after a restart without waiting for the next API fetch.
Replace plain log strings with structured log entries that include stop ID, line number, and coordinator name consistently. This makes log filtering easier when running many sensors.
Add a pytest test suite covering:
- Coordinator data parsing
- Sensor state and attribute calculation
- Options-change / reload flow
- Error handling (API down, empty response, oversized response)
These are not committed to any specific release:
- Multiple lines per entry — allow tracking more than one line at a single stop from a single config entry
- Real-time vehicle positions — if the Warsaw API exposes reliable real-time data, surface it as an attribute
- Departure card — a custom Lovelace card optimized for displaying departure boards
| Version | Highlights |
|---|---|
| 1.1.4 | Fixed options-change crash (AttributeError), fixed double coordinator creation, added response size cap (2 MB), fixed shutdown lifecycle |
| 1.1.3 | Updated stop-info endpoint URL |
| 1.1.2 | Minor corrections to client |
| 1.1.x | Stop name lookup, diagnostic Last updated sensor, night line support, express/metro line type detection |
Have a feature idea? Open an issue and label it enhancement.