hello,
I also had probem whit home and had to add a line feed caracter, to get it working
resource_template: >
{% set address = states('input_text.airtag').split('eze')[1].split('•')[0] %}
{% if address == "\nDomicile " %}
{% set home = "251 hugues-pommier, boucherville" %}
but now i got no location in my sensor, the problem is related to the json part
value_template: "{{ value_json.results[0].formatted }}"
json_attributes_path: "$.results[0]"
json_attributes:
- lon
- lat
- district
- city
- postcode
- street
- housenumber
- state
- country
- country_code
verify_ssl: true
scan_interval: 900 # every 15 min
force_update: true
geoapify return that:
{"results":[{"country_code":"ca","street":"Rue Hugues-Pommier","country":"Canada","county":"Longueuil","datasource":{"sourcename":"openstreetmap","attribution":"© OpenStreetMap contributors","license":"Open Database License","url":"https://www.openstreetmap.org/copyright"},"state":"Quebec","city":"Boucherville","state_code":"QC","lon":-73.455478,"lat":45.590507,"result_type":"street","formatted":"Rue Hugues-Pommier, Boucherville, QC, Canada","address_line1":"Rue Hugues-Pommier","address_line2":"Boucherville, QC, Canada","timezone":{"name":"America/Toronto","offset_STD":"-05:00","offset_STD_seconds":-18000,"offset_DST":"-04:00","offset_DST_seconds":-14400,"abbreviation_STD":"EST","abbreviation_DST":"EDT"},"plus_code":"87Q8HGRV+6R","plus_code_short":"HGRV+6R Boucherville, Longueuil, Canada","rank":{"popularity":5.576076178012012,"confidence":0.5,"confidence_city_level":1,"confidence_street_level":1,"match_type":"match_by_street"},"place_id":"510a83328d265d52c0599087bebb95cb4640c00204e203256f70656e7374726565746d61703a7374726565743a706f6c796c696e653a39333630383738","bbox":{"lon1":-73.455963,"lat1":45.589445,"lon2":-73.45432,"lat2":45.591479}}],"query":{"text":"251 hugues-pommier, boucherville","parsed":{"housenumber":"251","street":"hugues-pommier","city":"boucherville","expected_type":"building"}}}
after getting the input from the shortcut:
input_text.airtag:
eze Domicile • Maintenant Partagé avec Nancy Objets partagés avec moi Chien - 7Ak Avec vous Personnes Appareils Objets Moi
sensor:
latitude: null
longitude: null
status: available
last_update: 26/06/2024 13:31h
icon: mdi:bag-personal
friendly_name: cle_eze
thanks for your help