From fcca9eb74a14b4b84cad90da30a91c89cbad2fc3 Mon Sep 17 00:00:00 2001 From: fluffykraken <44376184+fluffykraken@users.noreply.github.com> Date: Thu, 21 Feb 2019 12:10:52 +0100 Subject: [PATCH] Update README.md Update description for multiple destinations --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ebc133..4d58f49 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,16 @@ Your ``stop_id`` for ``"U Rosa-Luxemburg-Platz"`` would be ``"900000100016"`` #### get the direction: -Specify the final destination (must be a valid station name) for the connection you want to display. In this example this would be ``Gleisdreieck``. +Specify the final destination (must be a valid station name) for the connection you want to display. In this example this would be ``Gleisdreieck``. If your route is beeing served by multiple lines with different directions, you can define multiple destinations in your config. + +```yaml +# Example configuration.yaml entry +- platform: bvgsensor + stop_id: your stop id + direction: + - "destionation 1" + - "destination 2" +```` # Configuration