Replace Rachio warning with debug logging (#127673)

This commit is contained in:
Brian Rogers 2024-10-05 13:40:42 -07:00 committed by GitHub
parent fe9ae0d8bd
commit 4003e93999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
if not person.controllers and not person.base_stations:
_LOGGER.error("No Rachio devices found in account %s", person.username)
return False
_LOGGER.warning(
_LOGGER.debug(
(
"%d Rachio device(s) found; The url %s must be accessible from the internet"
" in order to receive updates"