From a4f2fba64bca301deee504fa51ca871b66b17964 Mon Sep 17 00:00:00 2001 From: Robin Date: Sun, 2 Jul 2017 20:07:40 +0000 Subject: [PATCH] Add London Undergound doc page (#2902) * Add London tube status doc page Documentation and example configuration for tube_state sensor. * Rename and update Points to updated london_tube component * Update name * Update 'ha_release' --- .../sensor.london_underground.markdown | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 source/_components/sensor.london_underground.markdown diff --git a/source/_components/sensor.london_underground.markdown b/source/_components/sensor.london_underground.markdown new file mode 100644 index 00000000000..a9139412989 --- /dev/null +++ b/source/_components/sensor.london_underground.markdown @@ -0,0 +1,45 @@ +--- +layout: page +title: "London Undergound" +description: "Display the current status of London underground & overground lines within Home Assistant." +date: 2017-07-30 18:45 +sidebar: true +comments: false +sharing: true +footer: true +logo: train.png +ha_category: Transport +ha_iot_class: "Cloud Polling" +ha_release: 0.49 +--- + + +The `london_underground` sensor will display the status of London underground lines, as well as the Overground, DLR and Tfl rail. + + +```yaml +# Example configuration.yaml entry +sensor: + - platform: london_underground + line: + - Bakerloo + - Central + - Circle + - District + - DLR + - Hammersmith & City + - Jubilee + - London Overground + - Metropolitan + - Northern + - Piccadilly + - TfL Rail + - Victoria + - Waterloo & City +``` + +Configuration variables: + +- **line** (*Required*): Enter the name of at least one line. + +Powered by TfL Open Data [TFL](https://api.tfl.gov.uk/).