You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While checking the state of the entities of Carbu, it caught my eye that the postal code for Dutch gasstations is wrong. In my entity it reads: postalcode: NoneNone
I checked utils.py and it reads pc_cijfer and pc_letter (
While checking the state of the entities of Carbu, it caught my eye that the postal code for Dutch gasstations is wrong. In my entity it reads:
postalcode: NoneNone
I checked
utils.py
and it readspc_cijfer
andpc_letter
(Carbu_com/custom_components/carbu_com/utils.py
Line 411 in dc28897
I checked the JSON response from the URL and now there is a
postcode
field in the JSON. I think that's the one you need to get.The text was updated successfully, but these errors were encountered: