custom-components / places

Component to integrate with OpenStreetMap Reverse Geocode (places)
GNU General Public License v3.0
115 stars 22 forks source link

display_options are not applied when device/person is in known HA zone #294

Closed pkejval closed 2 months ago

pkejval commented 2 months ago

When device/person in in known zone, display_options are not taken into mind and zone name is always used. Is this bug or I have error in configuration? I tried with "city", "city_clean", "street", and "town,city,city_clean" - always showed zone name instead.

obrazek

pkejval commented 2 months ago

But if I use Advanced Display Options like this city[postal_town]... tadaaaa, city is shown instead of zone name! :)

Snuffy2 commented 2 months ago

Yep, you got it. Glad you figured it out!