From 0970762ec3e4e86c1d5f5b98d4322e25276db7e7 Mon Sep 17 00:00:00 2001 From: Kevin Eifinger Date: Mon, 23 Sep 2019 13:16:22 +0200 Subject: [PATCH] remove counter.google_maps_api_calls --- camera.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/camera.yaml b/camera.yaml index 74e5297a..114e2cd1 100644 --- a/camera.yaml +++ b/camera.yaml @@ -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