transitous rewrite: voice_announcements on stops

This commit is contained in:
Kaaninchen
2026-08-18 11:41:15 +02:00
parent b608656bc7
commit 5886c747fe
5 changed files with 32 additions and 15 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ class ConnectionsConfig:
@dataclass
class VoiceAnnouncementConfig:
enabled: bool
stations: dict[str, str]
end_stations: dict[str, str]
stops: dict[str, str]
@dataclass
class AnnouncementConfig: