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

Commit

Permalink
Use INFO for supports_endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet committed Jan 30, 2021
1 parent 308c3fd commit 6294fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/renault/renault_vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async def async_initialise(self) -> None:
async def endpoint_available(self, endpoint: str) -> bool:
"""Ensure the endpoint is available to avoid unnecessary queries."""
if not await self._vehicle.supports_endpoint(endpoint):
LOGGER.warning(
LOGGER.info(
"Vehicle model %s does not appear to support %s endpoint."
" If you think this is a mistake, please open an issue on %s",
self.details.get_model_code(),
Expand Down

0 comments on commit 6294fb0

Please sign in to comment.