-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add RMV public transport sensor #15814
Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
c3f61e0
Add new public transport sensor for RMV (Rhein-Main area).
cgtobi b9b59aa
Add required module.
cgtobi 41c34ea
Fix naming problem.
cgtobi f9e88b6
Add unit test.
cgtobi 221167e
Update dependency version to 0.0.5.
cgtobi 504049b
Add new requirements.
cgtobi db76dd0
Fix variable name.
cgtobi 2d9c122
Fix issues pointed out in review.
cgtobi 485ae89
Remove unnecessary code.
cgtobi 6fcc48d
Fix linter error.
cgtobi 741a711
Fix config value validation.
cgtobi 1403293
Replace minutes as state by departure timestamp. (see ##14983)
cgtobi f67f22e
More work on the timestamp. (see ##14983)
cgtobi 74117c3
Revert timestamp work until #14983 gets merged.
cgtobi 2accb78
Simplify product validation.
cgtobi 661bad1
Remove redundant code.
cgtobi 26f1227
Address code change requests.
cgtobi b714364
Address more code change requests.
cgtobi 8be8b07
Address even more code change requests.
cgtobi d21cec3
Simplify destination check.
cgtobi 4341b8a
Fix linter problem.
cgtobi 72c3b7e
Bump dependency version to 0.0.7.
cgtobi 9f29d30
Name variable more explicit.
cgtobi 844c439
Only query once a minute.
cgtobi cacfd46
Update test case.
cgtobi a9949a4
Fix config validation.
cgtobi 1642b47
Remove unneeded import.
cgtobi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not do that. You should first implement it as an existing device class, wait until #14983 merged, then open anther PR to change your sensor's device class. Otherwise I have to put your PR on hold until the dependency satisfied.
I don't know when #14983 will merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough.