Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Fix issue with endpoint_available #118

Merged
merged 1 commit into from
Jan 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion custom_components/renault/renault_vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ async def endpoint_available(self, endpoint: str) -> bool:
LOGGER.info(
"Vehicle %s does not appear to have a valid contract for endpoint '%s'."
" If you think this is a mistake, please open an issue on %s",
self.details.vin(),
self.details.vin,
endpoint,
RENAULT_API_URL,
)
Expand Down