-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove counter.google_maps_api_calls
- Loading branch information
Showing
1 changed file
with
0 additions
and
16 deletions.
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
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 |