mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Bugfix samsungtv discovery (#6438)
This commit is contained in:
parent
1b23b32817
commit
a8add06a40
@ -62,6 +62,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||
name = "{} ({})".format(tv_name, model)
|
||||
port = DEFAULT_PORT
|
||||
timeout = DEFAULT_TIMEOUT
|
||||
mac = None
|
||||
else:
|
||||
_LOGGER.warning(
|
||||
'Internal error on samsungtv component. Cannot determine device')
|
||||
|
Loading…
x
Reference in New Issue
Block a user