mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 18:58:04 +02:00
Fix log level of cast print informing users to contribute model number (#141438)
This commit is contained in:
@ -81,7 +81,7 @@ class ChromecastInfo:
|
||||
"+label%3A%22integration%3A+cast%22"
|
||||
)
|
||||
|
||||
_LOGGER.debug(
|
||||
_LOGGER.info(
|
||||
(
|
||||
"Fetched cast details for unknown model '%s' manufacturer:"
|
||||
" '%s', type: '%s'. Please %s"
|
||||
|
Reference in New Issue
Block a user