Skip to content

Commit

Permalink
added travel_time_home_user_two
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Nov 3, 2018
1 parent 637631c commit 4ba0edf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ app_switches:
- input_boolean.turn_off_bath_thermostat_when_window_open
- input_boolean.set_thermostat_when_leaving
- input_boolean.travel_time_home_user_one_update
- input_boolean.travel_time_home_user_two_update
- input_boolean.increase_counter_on_google_maps_update
- input_boolean.reset_googlemapsapicounter_on_last_day_of_month

Expand Down
5 changes: 4 additions & 1 deletion input_boolean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,12 @@
set_thermostat_when_leaving:
icon: mdi:temperature-celsius
name: Fußbodenheizung im Wohnzimmer wenn wir gehen
travel_time_home_user_one_update:
travel_time_home_user_two_update:
icon: mdi:update
name: Update Travel Time Home User One
travel_time_home_user_two_update:
icon: mdi:update
name: Update Travel Time Home User Two
increase_counter_on_google_maps_update:
icon: mdi:plus-one
name: Increase Counter on Google Maps Update Calls
Expand Down
3 changes: 3 additions & 0 deletions input_number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@ set_thermostat_when_leaving:
max: 30
step: 0.5
travel_time_home_user_one_update_interval:
min: 2
max: 2678400 # 1 month
travel_time_home_user_two_update_interval:
min: 2
max: 2678400 # 1 month
7 changes: 7 additions & 0 deletions sensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,13 @@
origin: !secret device_user_one
destination: zone.home
scan_interval: 2678400 # 1 month
# Travel Time Home User Two
- platform: google_travel_time
name: travel_time_home_user_two
api_key: !secret google_maps_api_token_user_two
origin: !secret device_user_two
destination: zone.home
scan_interval: 2678400 # 1 month
#################################################################
## Next Appointment
#################################################################
Expand Down

0 comments on commit 4ba0edf

Please sign in to comment.