mandarons / ha-bouncie

Home Assistant custom integration for Bouncie.com - track your car stuff in Home Assistant
BSD 3-Clause "New" or "Revised" License
32 stars 4 forks source link

Added default values for missing info and a new sensor for raw JSON response #38

Closed dgarozzo closed 1 year ago

dgarozzo commented 1 year ago

Added some more defaults to avoid some null pointer errors. Also added a new sensor that contains the raw json response back from the API.

dgarozzo commented 1 year ago

@mandarons Why do my tests fail?

mandarons commented 1 year ago

@dgarozzo looks like tests need to be updated for your changes. Let me know if you need any help and I can look into it.

mandarons commented 1 year ago

Now it needs new tests to be added for covering the code changes.