mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
London Underground integration: Add Tram and IFS Cloud Cable Car status (#166712)
This commit is contained in:
@@ -29,6 +29,8 @@ TUBE_LINES = [
|
|||||||
"Suffragette",
|
"Suffragette",
|
||||||
"Weaver",
|
"Weaver",
|
||||||
"Windrush",
|
"Windrush",
|
||||||
|
"Tram",
|
||||||
|
"IFS Cloud Cable Car",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Default lines to monitor if none selected
|
# Default lines to monitor if none selected
|
||||||
|
|||||||
@@ -7,6 +7,6 @@
|
|||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["london_tube_status"],
|
"loggers": ["london_tube_status"],
|
||||||
"requirements": ["london-tube-status==0.5"],
|
"requirements": ["london-tube-status==0.7"],
|
||||||
"single_config_entry": true
|
"single_config_entry": true
|
||||||
}
|
}
|
||||||
|
|||||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -1455,7 +1455,7 @@ locationsharinglib==5.0.1
|
|||||||
lojack-api==0.7.2
|
lojack-api==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.london_underground
|
# homeassistant.components.london_underground
|
||||||
london-tube-status==0.5
|
london-tube-status==0.7
|
||||||
|
|
||||||
# homeassistant.components.loqed
|
# homeassistant.components.loqed
|
||||||
loqedAPI==2.1.11
|
loqedAPI==2.1.11
|
||||||
|
|||||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -1277,7 +1277,7 @@ livisi==0.0.25
|
|||||||
lojack-api==0.7.2
|
lojack-api==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.london_underground
|
# homeassistant.components.london_underground
|
||||||
london-tube-status==0.5
|
london-tube-status==0.7
|
||||||
|
|
||||||
# homeassistant.components.loqed
|
# homeassistant.components.loqed
|
||||||
loqedAPI==2.1.11
|
loqedAPI==2.1.11
|
||||||
|
|||||||
Reference in New Issue
Block a user