I have these entries inside configuration.yaml:
- platform: google_geocode
origin: device_tracker.fha_fha
name: Fha
display_zone: hide
options: street_number, street, city
api_key: !secret google_geocode_api_key
- platform: google_geocode
origin: device_tracker.s8_s8
name: Maurizio
display_zone: hide
options: street_number, street, city
api_key: !secret google_geocode_api_key
And i want to convert them into lovelace, but as newbie i still am unable…
Can someone helps me?