Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Stiskala authored and gregoryduckworth committed Nov 21, 2021
1 parent 9671a25 commit 57acc37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/google_geocode/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def update(self):
state = ''
county = ''
country = ''
postal_code = ''

for result in decoded["results"]:
for component in result["address_components"]:
Expand Down

0 comments on commit 57acc37

Please sign in to comment.