Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update description for multiple destinations
  • Loading branch information
fluffykraken authored Feb 21, 2019
1 parent 5624001 commit fcca9eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fcca9eb

Please sign in to comment.