Google Maps as a Card

Thanks for all your help.

The actual Entity ID is: device_tracker.2008_gmc

Don’t think I’m missing anything.

If I configure the camera as:
- name: Bruce
platform: generic
still_image_url: https://maps.googleapis.com/maps/api/staticmap?center={{ states.device_tracker.2008_gmc.attributes.latitude }},{{ states.device_tracker.2008_gmc.attributes.longitude }}&zoom=13&size=500x500&maptype=roadmap&markers=color:blue%7Clabel:P%7C{{ states.device_tracker.2008_gmc.attributes.latitude }},{{ states.device_tracker.2008_gmc.attributes.longitude }}
limit_refetch_to_url_change: true

I get the following: NOTICE the _‘end of print statement’, got 'gmc’
ERROR (MainThread) [homeassistant.config] Invalid config for [camera.generic]: invalid template (TemplateSyntaxError: expected token ‘end of print statement’, got ‘_gmc’) for dictionary value @ data[‘still_image_url’]. Got ‘https://maps.googleapis.com/maps/api/staticmap?center={{ states.device_tracker.2008_gmc.attributes.latitude }},{{ states.device_tracker.2008_gmc.attributes.longitude }}&zoom=13&size=500x500&maptype=roadmap&markers=color:blue%7Clabel:P%7C{{ states.device_tracker.2008_gmc.attributes.latitude }},{{ states.device_tracker.2008_gmc.attributes.longitude }}’. (See ?, line ?). Please check the docs at https://home-assistant.io/components/camera.generic/

I changed the Nickname in the Mobile App which reflects both in the App and the Dashboard, but the Entity ID in HASS stiil shows “device_tracker.2008_gmc”