Skip to content

Commit 7e9e4ff

Browse files
committed
Fix log level of cast print informing users to contribute model number
1 parent c8f8390 commit 7e9e4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/cast/helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def fill_out_missing_chromecast_info(self, hass: HomeAssistant) -> ChromecastInf
8181
"+label%3A%22integration%3A+cast%22"
8282
)
8383

84-
_LOGGER.debug(
84+
_LOGGER.info(
8585
(
8686
"Fetched cast details for unknown model '%s' manufacturer:"
8787
" '%s', type: '%s'. Please %s"

0 commit comments

Comments
 (0)