Skip to content

Commit

Permalink
remove counter.google_maps_api_calls
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Sep 23, 2019
1 parent 5487e3a commit 0970762
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions camera.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
- platform: generic
name: next_appointment_location_staticmap
still_image_url: !secret next_appointment_location_static_map_url #https://maps.googleapis.com/maps/api/staticmap?center={{states("sensor.cal_next_appointment_location_google_prepared")}}&zoom=17&size=600x300&maptype=roadmap&markers=color:blue
limit_refetch_to_url_change: true
- platform: generic
name: next_appointment_location_street_view
still_image_url: !secret next_appointment_location_street_view_url #https://maps.googleapis.com/maps/api/streetview?size=600x300&location={{sensor.cal_next_appointment_location_google_prepared}}&key=APIKEY
limit_refetch_to_url_change: true
- platform: generic
name: next_appointment_location_staticmap_user_two
still_image_url: !secret next_appointment_location_static_map_url_user_two #https://maps.googleapis.com/maps/api/staticmap?center={{states("sensor.cal_next_appointment_location_google_prepared")}}&zoom=17&size=600x300&maptype=roadmap&markers=color:blue
limit_refetch_to_url_change: true
- platform: generic
name: next_appointment_location_street_view_user_two
still_image_url: !secret next_appointment_location_street_view_url_user_two #https://maps.googleapis.com/maps/api/streetview?size=600x300&location={{sensor.cal_next_appointment_location_google_prepared}}&key=APIKEY
limit_refetch_to_url_change: true
- platform: local_file
name: Saved Image
file_path: !secret saved_image_filepath

0 comments on commit 0970762

Please sign in to comment.