mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 11:45:09 +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"
|
"+label%3A%22integration%3A+cast%22"
|
||||||
)
|
)
|
||||||
|
|
||||||
_LOGGER.debug(
|
_LOGGER.info(
|
||||||
(
|
(
|
||||||
"Fetched cast details for unknown model '%s' manufacturer:"
|
"Fetched cast details for unknown model '%s' manufacturer:"
|
||||||
" '%s', type: '%s'. Please %s"
|
" '%s', type: '%s'. Please %s"
|
||||||
|
Reference in New Issue
Block a user