From 506695fdc5c57583b3c58beaa111d55c05ccc258 Mon Sep 17 00:00:00 2001 From: John Levermore Date: Sat, 8 Oct 2022 19:53:32 +0100 Subject: [PATCH] Fix london_underground TUBE_LINES to match current API output (#79410) Fix: Update london_underground component with updated TUBE_LINES list to match current API output --- homeassistant/components/london_underground/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/london_underground/sensor.py b/homeassistant/components/london_underground/sensor.py index 96ff9bc5056..b111fb8be6c 100644 --- a/homeassistant/components/london_underground/sensor.py +++ b/homeassistant/components/london_underground/sensor.py @@ -39,13 +39,13 @@ TUBE_LINES = [ "Circle", "District", "DLR", + "Elizabeth line", "Hammersmith & City", "Jubilee", "London Overground", "Metropolitan", "Northern", "Piccadilly", - "TfL Rail", "Victoria", "Waterloo & City", ]