mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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)
|
name = "{} ({})".format(tv_name, model)
|
||||||
port = DEFAULT_PORT
|
port = DEFAULT_PORT
|
||||||
timeout = DEFAULT_TIMEOUT
|
timeout = DEFAULT_TIMEOUT
|
||||||
|
mac = None
|
||||||
else:
|
else:
|
||||||
_LOGGER.warning(
|
_LOGGER.warning(
|
||||||
'Internal error on samsungtv component. Cannot determine device')
|
'Internal error on samsungtv component. Cannot determine device')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user