Fix auto discovery for Apple TV (#7188)
This commit is contained in:
parent
2d5ab520ef
commit
2e11d49af3
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def async_setup_platform(hass, config, async_add_devices, discovery_info=None):
|
|||
if discovery_info is not None:
|
||||
name = discovery_info['name']
|
||||
host = discovery_info['host']
|
||||
login_id = discovery_info['properties']['hsgid']
|
||||
login_id = discovery_info['properties']['hG']
|
||||
start_off = False
|
||||
else:
|
||||
name = config.get(CONF_NAME)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue