Skip to content

Commit

Permalink
added time_format to documentation and bumped version
Browse files Browse the repository at this point in the history
TekniskSupport committed Jan 9, 2022
1 parent 9be67e2 commit 7da8dff
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/resrobot/manifest.json
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@
"after_dependencies": ["http", "rest"],
"codeowners": ["@iesus"],
"requirements": [],
"issue_tracker": "https://github.com/TekniskSupport/home-assistant-resrobot/issues",
"issue_tracker": "https://github.com/TekniskSupport/home-assistant-resrobot/issues",
"documentation": "https://github.com/TekniskSupport/home-assistant-resrobot/blob/master/info.md",
"version": "v0.0.10",
"version": "v0.0.12",
"iot_class": "cloud_polling"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -2,5 +2,5 @@
"name": "ResRobot",
"country": "SE",
"domains": ["sensor"],
"homeassistant": "0.117.0"
"homeassistant": "2021.12.8"
}
1 change: 1 addition & 0 deletions info.md
Original file line number Diff line number Diff line change
@@ -44,6 +44,7 @@ You can also filter the results and adjust how many sensors you want:
sensors: 5 # Number of sensors to create
time_offset: 10 # Do not fetch from NOW but now+n minutes, also consider the departed n minutes before it actually departs, e.g. time it takes you to walk to the bus)
unit: "🕑" # unit_of_measurement
time_format: "%H:%M" # format time as HH:MM
filter:
- line: 999
direction: city

0 comments on commit 7da8dff

Please sign in to comment.