mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Replace Rachio warning with debug logging (#127673)
This commit is contained in:
parent
fe9ae0d8bd
commit
4003e93999
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user