v3.0.0-BETA-3 released
Pre-release
Pre-release
Fixed
- Fixed the
disruption: "false"option for the AnotherMVG LiveMap card. - The upstream S-Bahn München LiveMap parameter
disruption=falseno longer hides all disruption messages reliably. - AnotherMVG now handles this option internally when
disruption: "false"is configured. - Disruption banners and disruption detail lists are no longer shown in the embedded LiveMap when disruptions are disabled.
Changed
- When
disruption: "false"is set, the LiveMap is loaded through an internal Home Assistant proxy. - MOCO/geOps disruption export requests are intentionally filtered and return an empty result set.
- This disables disruption information inside the embedded LiveMap while keeping realtime train positions and map functionality active.
- When
disruption: "true"is set, the LiveMap keeps its normal behavior and disruption information remains enabled.
Security / Compatibility Note
- The internal proxy routes are registered without Home Assistant authentication (
requires_auth = False) so they can be loaded from the Lovelace iframe. - The proxy routes use fixed upstream targets only (
s-bahn-muenchen-live.deandapi.geops.io) and do not accept arbitrary external URLs. - This avoids creating a general-purpose open proxy while keeping the embedded LiveMap functional.