Skip to content

Commit

Permalink
Fix here_travel_time
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed May 14, 2021
1 parent 4d962f3 commit 7ae6843
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/here_travel_time.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ sensor:
- platform: here_travel_time
name: travel_time_home_user_one_here
api_key: !secret here_api_key
origin: person.kevin
destination: zone.home
origin_entity_id: person.kevin
destination_entity_id: zone.home
scan_interval: 2678400 # 1 month
traffic_mode: true
# Travel Time Home User Two
- platform: here_travel_time
name: travel_time_home_user_two_here
api_key: !secret here_api_key
origin: person.sina
destination: zone.home
origin_entity_id: person.sina
destination_entity_id: zone.home
scan_interval: 2678400 # 1 month
traffic_mode: true
input_boolean:
Expand Down
2 changes: 1 addition & 1 deletion packages/vacuum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ automation:
data:
message_id: '{{ trigger.event.data.message.message_id }}'
chat_id: '{{ trigger.event.data.chat_id }}'
message: Ich habe Snowie um {{ now() }} gestartet.
message: Ich habe Snowie um {{ now().hour }}:{{ now().minute }} gestartet.
inline_keyboard:

recorder:
Expand Down

0 comments on commit 7ae6843

Please sign in to comment.