From daaa68ce226f34ad7b4e2a2d092fc687fb06a311 Mon Sep 17 00:00:00 2001 From: prpr19xx <58330423+prpr19xx@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:01:21 +0100 Subject: [PATCH] London Underground integration: Add Tram and IFS Cloud Cable Car status (#166712) --- homeassistant/components/london_underground/const.py | 2 ++ homeassistant/components/london_underground/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/london_underground/const.py b/homeassistant/components/london_underground/const.py index 9c96ff1ece0..8d6425bc7a8 100644 --- a/homeassistant/components/london_underground/const.py +++ b/homeassistant/components/london_underground/const.py @@ -29,6 +29,8 @@ TUBE_LINES = [ "Suffragette", "Weaver", "Windrush", + "Tram", + "IFS Cloud Cable Car", ] # Default lines to monitor if none selected diff --git a/homeassistant/components/london_underground/manifest.json b/homeassistant/components/london_underground/manifest.json index 15cf41ef98c..d05376b863a 100644 --- a/homeassistant/components/london_underground/manifest.json +++ b/homeassistant/components/london_underground/manifest.json @@ -7,6 +7,6 @@ "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["london_tube_status"], - "requirements": ["london-tube-status==0.5"], + "requirements": ["london-tube-status==0.7"], "single_config_entry": true } diff --git a/requirements_all.txt b/requirements_all.txt index 02b97a5e455..26302484ad8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1455,7 +1455,7 @@ locationsharinglib==5.0.1 lojack-api==0.7.2 # homeassistant.components.london_underground -london-tube-status==0.5 +london-tube-status==0.7 # homeassistant.components.loqed loqedAPI==2.1.11 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 8b158e35781..b6e3ec9f151 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1277,7 +1277,7 @@ livisi==0.0.25 lojack-api==0.7.2 # homeassistant.components.london_underground -london-tube-status==0.5 +london-tube-status==0.7 # homeassistant.components.loqed loqedAPI==2.1.11