Skip to content

Commit

Permalink
first release after migration v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuSCHNITZEL committed May 30, 2022
1 parent 8e78e8e commit dd29c4c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Get information about next departures

A sensor platform which allows you to get information about next departure from specified stop.
A sensor platform which allows you to get information about departures from a specified Wiener Linien stop.

To get started install this with [HACS](https://hacs.xyz/)

Expand Down
4 changes: 2 additions & 2 deletions custom_components/wienerlinien/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Home Assistant integration to get information about next departure from specified stop in Vienna.
Home Assistant integration to get information about departures from a specified Wiener Linien stop.
https://github.com/tofuSCHNITZEL/wienerlinien/
https://github.com/tofuSCHNITZEL/home-assistant-wienerlinien/
"""
6 changes: 3 additions & 3 deletions custom_components/wienerlinien/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"domain": "wienerlinien",
"name": "Wienerlinien",
"version": "1.2",
"documentation": "https://github.com/tofuSCHNITZEL/wienerlinien",
"issue_tracker": "https://github.com/tofuSCHNITZEL/wienerlinien/issues",
"version": "1.2.0",
"documentation": "https://github.com/tofuSCHNITZEL/home-assistant-wienerlinien",
"issue_tracker": "https://github.com/tofuSCHNITZEL/home-assistant-wienerlinien/issues",
"dependencies": [],
"codeowners": [
"@tofuSCHNITZEL"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/wienerlinien/sensor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
A integration that allows you to get information about next departure from specified stop.
For more details about this component, please refer to the documentation at
https://github.com/tofuSCHNITZEL/wienerlinien
https://github.com/tofuSCHNITZEL/home-assistant-wienerlinien
"""
import logging
from datetime import timedelta
Expand Down

0 comments on commit dd29c4c

Please sign in to comment.