Skip to content

Commit

Permalink
some edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Serios committed Aug 2, 2019
1 parent 2fea802 commit 50a41ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Define the sensor in your yaml file with the following configuration parameters:
| stopName | string | optional | | What is the name of the stop. This will be shown as card title |
| show_mode | string | optional | all | What data to be scraped/shown in the card. See [Showing information](#showing-different-types-of-information) |
| max_schedule | int | optional | 10 | Numer of shedules times to be returned. Used in Schedules information. See [Showing information](#showing-different-types-of-information) |
| interval | int | optional | 30 | How offten the sensor shoud scrape for data (in seconds). Note: It is not advisible to put value bellow 10 |
| interval | int | optional | 30 | How offten the sensor shoud scrape for data (in seconds). Note: It is not advisible to set value bellow 10 |
| monitored_lines | list | optional | | Which lines, comming trough the bus stop, you want to track. See [Showing information](#showing-different-types-of-information) |

Example of basic config
Expand All @@ -36,7 +36,7 @@ Example of basic config
![VPT-Card Lovelace example](https://github.com/Serios/VPT-Card/blob/master/vpt_card_preview.jpg)
###Showing different types of information
### Showing different types of information
By defalut the sensor will return all data scraped for the bus stop. This include:
* live data - lines comming to the bus stop at this moment provided by vehicle tracker device. See bellow what kind of information this data contains.
* schedules - Schedule times for diffrent lines comming to the stop. See bellow what kind of information this data contains.
Expand Down Expand Up @@ -88,7 +88,7 @@ There are some special line numbers for which https://varnatraffic.com website a
#### Limiting the number of schedule times
Returning all times on which the vehicle should be on the stop trough the day is nonsence. This will overflow the sensor/card with data, thus by default this is set to 10 results. You can increase/decrease thi value by your likings.

###Some config examples
### Some config examples

Basic config:
```yaml
Expand Down

0 comments on commit 50a41ed

Please sign in to comment.