Hi,
google static maps now requires an api key. Is it possible to store the api key in secrets.yaml
and access it when using still_url_image
?
eg, something like,
- platform: generic
name: "ISS location"
still_image_url: https://maps.googleapis.com/maps/api/staticmap?key={{ APIKEY FROM SECRETS.yaml }}¢er={{ states.binary_sensor.iss.attributes.lat }},{{ states.binary_sensor.iss.attributes.long }}
Cheers,
John