Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.london_underground.const Namespace Reference

Variables

string CONF_LINE = "line"
 
string DOMAIN = "london_underground"
 
 SCAN_INTERVAL = timedelta(seconds=30)
 
list TUBE_LINES
 

Detailed Description

Constants for the London underground integration.

Variable Documentation

◆ CONF_LINE

string homeassistant.components.london_underground.const.CONF_LINE = "line"

Definition at line 7 of file const.py.

◆ DOMAIN

string homeassistant.components.london_underground.const.DOMAIN = "london_underground"

Definition at line 5 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.london_underground.const.SCAN_INTERVAL = timedelta(seconds=30)

Definition at line 10 of file const.py.

◆ TUBE_LINES

list homeassistant.components.london_underground.const.TUBE_LINES
Initial value:
1 = [
2  "Bakerloo",
3  "Central",
4  "Circle",
5  "District",
6  "DLR",
7  "Elizabeth line",
8  "Hammersmith & City",
9  "Jubilee",
10  "London Overground",
11  "Metropolitan",
12  "Northern",
13  "Piccadilly",
14  "Victoria",
15  "Waterloo & City",
16  "Liberty",
17  "Lioness",
18  "Mildmay",
19  "Suffragette",
20  "Weaver",
21  "Windrush",
22 ]

Definition at line 12 of file const.py.