Replies: 1 comment
-
It does work on my side for our test cases (see below) There was a fix not yet part of the current release, which fixed an error affecting only a very limited amount of addresses (as far as I can tell, none of our test cases failed before the fix.) #3173 But if your address would be affected by this issue, you should see an error message in the config screen. Do you see anything in your HA logs (setting -> system -> logs)? {
"Scott Country Clerk": {
"street_address": "101 E Main St, Georgetown, KY 40324",
"method": 1,
},
"Branch County Clerk": {
"street_address": "31 Division St. Coldwater, MI 49036",
"method": "1",
},
"Contract Collection": {
"street_address": "8957 Park Meadows Dr, Elk Grove, CA 95624",
"method": 2,
},
"Residential Collection": {
"street_address": "117 Roxie Ln, Georgetown, KY 40324",
"method": "2",
},
"No Method arg": {
"street_address": "8957 Park Meadows Dr, Elk Grove, CA 95624",
},
"4420 Oasis Hill Ave, North Las Vegas, NV 89085": {
"street_address": "4420 Oasis Hill Ave, North Las Vegas, NV 89085",
"method": 2,
},
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello - installed 2.5.0 through HACS the other day. I select United States, Republic Waste, enter my address. Waits about 5 minutes and then didn't complete the setup. The address is typed exactly as shown on the Republic website, so i know that part should work... is there some other add-on I need in HA to enable this great integration? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions